Html Css Color HEX #045812 Crusoe

📋 copy color: '#045812'

red 4 ◦ green 88 ◦ blue 18

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

Shades of Crusoe #045812

Tints of Crusoe #045812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 80%

 BLUE value IS 18 (7.42% from 255) = 16.36%

R = 3.64%
G = 80%
B = 16.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#045812 (or 0x045812) is known color: Crusoe. HEX triplet: 04, 58 and 12. RGB value is (4,88,18). Sum of RGB (Red+Green+Blue) = 4+88+18=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 88 (34.77% from 255 or 80% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 88 - color contains mainly: green. Hex color #045812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045812 is #FBA7ED. Grayscale: #373737. Windows color (decimal): -16492526 or 1202180. OLE color: 1202180.

HSL color Cylindrical-coordinate representation of color #045812: hue angle of 130º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045812 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 88 18 -
CMYK 0.95 0 0.80 0.65
HSL 130º 0.91% 0.18% -
HSV(B) 130º 0.95% 0.35% -
XYZ 3.65 7.05 1.74 -
YUV 54.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 4 88 18 0.95 0 0.80 0.65 130 0.91 0.18
Hex 4 58 12 5F 0 50 41 82 5B 12
Octal 4 130 22 137 0 120 101 202 133 22
Binary 100 1011000 10010 1011111 0 1010000 1000001 10000010 1011011 10010

Color Harmonies of #045812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045812

Black with #045812

Text Example


Text Example

White with #045812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045812; }

 p { color: rgb(4,88,18); }

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

background-color css

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

 a { background-color: rgb(4,88,18); }

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

border-color css

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

 span { border-color: rgb(4,88,18); }

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