Html Css Color HEX #0A5C29 Crusoe

📋 copy color: '#0A5C29'

red 10 ◦ green 92 ◦ blue 41

#0A5C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #0A5C29

Tints of Crusoe #0A5C29

RGB

 RED value IS 10 (4.3% from 255) = 6.99%

 GREEN value IS 92 (36.33% from 255) = 64.34%

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 6.99%
G = 64.34%
B = 28.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A5C29 (or 0x0A5C29) is known color: Crusoe. HEX triplet: 0A, 5C and 29. RGB value is (10,92,41). Sum of RGB (Red+Green+Blue) = 10+92+41=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 92 (36.33% from 255 or 64.34% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 92 - color contains mainly: green. Hex color #0A5C29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5C29 is #F5A3D6. Grayscale: #3D3D3D. Windows color (decimal): -16098263 or 2710538. OLE color: 2710538.

HSL color Cylindrical-coordinate representation of color #0A5C29: hue angle of 142.68º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5C29 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 92 41 -
CMYK 0.89 0 0.55 0.64
HSL 142.68º 0.8% 0.2% -
HSV(B) 142.68º 0.89% 0.36% -
XYZ 4.35 7.88 3.39 -
YUV 61.67 116.33 91.15 -
System Red Green Blue C M Y K H S L
Decimal 10 92 41 0.89 0 0.55 0.64 142.68 0.8 0.2
Hex A 5C 29 59 0 37 40 8F 50 14
Octal 12 134 51 131 0 67 100 217 120 24
Binary 1010 1011100 101001 1011001 0 110111 1000000 10001111 1010000 10100

Color Harmonies of #0A5C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5C29

Black with #0A5C29

Text Example


Text Example

White with #0A5C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A5C29; }

 p { color: rgb(10,92,41); }

 H1.HeaderClassName
 {
   color: #0A5C29;
 }
 .AnyTagClassName
 {
   color: #0A5C29;
 }
</style>

background-color css

<style>
 a { background-color: #0A5C29; }

 a { background-color: rgb(10,92,41); }

 div.DivClassName
 {
   background-color: #0A5C29;
 }
 .BgClassName
 {
   background-color: #0A5C29;
 }
</style>

border-color css

<style>
 span { border-color: #0A5C29; }

 span { border-color: rgb(10,92,41); }

 td.TdClassName
 {
   border-color: #0A5C29;
 }
 .TagClassName
 {
   border-color: #0A5C29;
 }
</style>