Html Css Color HEX #045418 Crusoe

📋 copy color: '#045418'

red 4 ◦ green 84 ◦ blue 24

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

Shades of Crusoe #045418

Tints of Crusoe #045418

RGB

 RED value IS 4 (1.95% from 255) = 3.57%

 GREEN value IS 84 (33.2% from 255) = 75%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 3.57%
G = 75%
B = 21.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#045418 (or 0x045418) is known color: Crusoe. HEX triplet: 04, 54 and 18. RGB value is (4,84,24). Sum of RGB (Red+Green+Blue) = 4+84+24=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 84 (33.20% from 255 or 75% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 84 - color contains mainly: green. Hex color #045418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045418 is #FBABE7. Grayscale: #353535. Windows color (decimal): -16493544 or 1594372. OLE color: 1594372.

HSL color Cylindrical-coordinate representation of color #045418: hue angle of 135º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045418 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 84 24 -
CMYK 0.95 0 0.71 0.67
HSL 135º 0.91% 0.17% -
HSV(B) 135º 0.95% 0.33% -
XYZ 3.39 6.43 1.93 -
YUV 53.24 111.5 92.88 -
System Red Green Blue C M Y K H S L
Decimal 4 84 24 0.95 0 0.71 0.67 135 0.91 0.17
Hex 4 54 18 5F 0 47 43 87 5B 11
Octal 4 124 30 137 0 107 103 207 133 21
Binary 100 1010100 11000 1011111 0 1000111 1000011 10000111 1011011 10001

Color Harmonies of #045418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045418

Black with #045418

Text Example


Text Example

White with #045418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045418; }

 p { color: rgb(4,84,24); }

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

background-color css

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

 a { background-color: rgb(4,84,24); }

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

border-color css

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

 span { border-color: rgb(4,84,24); }

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