Html Css Color HEX #056924 Crusoe

📋 copy color: '#056924'

red 5 ◦ green 105 ◦ blue 36

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

Shades of Crusoe #056924

Tints of Crusoe #056924

RGB

 RED value IS 5 (2.34% from 255) = 3.42%

 GREEN value IS 105 (41.41% from 255) = 71.92%

 BLUE value IS 36 (14.45% from 255) = 24.66%

R = 3.42%
G = 71.92%
B = 24.66%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#056924 (or 0x056924) is known color: Crusoe. HEX triplet: 05, 69 and 24. RGB value is (5,105,36). Sum of RGB (Red+Green+Blue) = 5+105+36=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 105 (41.41% from 255 or 71.92% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 105 - color contains mainly: green. Hex color #056924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056924 is #FA96DB. Grayscale: #434343. Windows color (decimal): -16422620 or 2386181. OLE color: 2386181.

HSL color Cylindrical-coordinate representation of color #056924: hue angle of 138.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056924 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 5 105 36 -
CMYK 0.95 0 0.66 0.59
HSL 138.6º 0.91% 0.22% -
HSV(B) 138.6º 0.95% 0.41% -
XYZ 5.43 10.26 3.36 -
YUV 67.23 110.37 83.61 -
System Red Green Blue C M Y K H S L
Decimal 5 105 36 0.95 0 0.66 0.59 138.6 0.91 0.22
Hex 5 69 24 5F 0 42 3B 8B 5B 16
Octal 5 151 44 137 0 102 73 213 133 26
Binary 101 1101001 100100 1011111 0 1000010 111011 10001011 1011011 10110

Color Harmonies of #056924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056924

Black with #056924

Text Example


Text Example

White with #056924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056924; }

 p { color: rgb(5,105,36); }

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

background-color css

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

 a { background-color: rgb(5,105,36); }

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

border-color css

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

 span { border-color: rgb(5,105,36); }

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