Html Css Color HEX #045312 Crusoe

📋 copy color: '#045312'

red 4 ◦ green 83 ◦ blue 18

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

Shades of Crusoe #045312

Tints of Crusoe #045312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 79.05%

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

R = 3.81%
G = 79.05%
B = 17.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#045312 (or 0x045312) is known color: Crusoe. HEX triplet: 04, 53 and 12. RGB value is (4,83,18). Sum of RGB (Red+Green+Blue) = 4+83+18=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #045312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045312 is #FBACED. Grayscale: #343434. Windows color (decimal): -16493806 or 1200900. OLE color: 1200900.

HSL color Cylindrical-coordinate representation of color #045312: hue angle of 130.63º 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 #045312 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 83 18 -
CMYK 0.95 0 0.78 0.67
HSL 130.63º 0.91% 0.17% -
HSV(B) 130.63º 0.95% 0.33% -
XYZ 3.25 6.26 1.61 -
YUV 51.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 4 83 18 0.95 0 0.78 0.67 130.63 0.91 0.17
Hex 4 53 12 5F 0 4E 43 83 5B 11
Octal 4 123 22 137 0 116 103 203 133 21
Binary 100 1010011 10010 1011111 0 1001110 1000011 10000011 1011011 10001

Color Harmonies of #045312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045312

Black with #045312

Text Example


Text Example

White with #045312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045312; }

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

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

background-color css

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

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

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

border-color css

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

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

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