Html Css Color HEX #0A5C28 Crusoe

📋 copy color: '#0A5C28'

red 10 ◦ green 92 ◦ blue 40

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

Shades of Crusoe #0A5C28

Tints of Crusoe #0A5C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 7.04%
G = 64.79%
B = 28.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#0A5C28 (or 0x0A5C28) is known color: Crusoe. HEX triplet: 0A, 5C and 28. RGB value is (10,92,40). Sum of RGB (Red+Green+Blue) = 10+92+40=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 92 (36.33% from 255 or 64.79% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 92 - color contains mainly: green. Hex color #0A5C28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5C28 is #F5A3D7. Grayscale: #3D3D3D. Windows color (decimal): -16098264 or 2645002. OLE color: 2645002.

HSL color Cylindrical-coordinate representation of color #0A5C28: hue angle of 141.95º 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 #0A5C28 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 92 40 -
CMYK 0.89 0 0.57 0.64
HSL 141.95º 0.8% 0.2% -
HSV(B) 141.95º 0.89% 0.36% -
XYZ 4.34 7.87 3.3 -
YUV 61.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 10 92 40 0.89 0 0.57 0.64 141.95 0.8 0.2
Hex A 5C 28 59 0 39 40 8E 50 14
Octal 12 134 50 131 0 71 100 216 120 24
Binary 1010 1011100 101000 1011001 0 111001 1000000 10001110 1010000 10100

Color Harmonies of #0A5C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5C28

Black with #0A5C28

Text Example


Text Example

White with #0A5C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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