Html Css Color HEX #045C31 Crusoe

📋 copy color: '#045C31'

red 4 ◦ green 92 ◦ blue 49

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

Shades of Crusoe #045C31

Tints of Crusoe #045C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 33.79%

R = 2.76%
G = 63.45%
B = 33.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#045C31 (or 0x045C31) is known color: Crusoe. HEX triplet: 04, 5C and 31. RGB value is (4,92,49). Sum of RGB (Red+Green+Blue) = 4+92+49=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #045C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045C31 is #FBA3CE. Grayscale: #3C3C3C. Windows color (decimal): -16491471 or 3234820. OLE color: 3234820.

HSL color Cylindrical-coordinate representation of color #045C31: hue angle of 150.68º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045C31 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 92 49 -
CMYK 0.96 0 0.47 0.64
HSL 150.68º 0.92% 0.19% -
HSV(B) 150.68º 0.96% 0.36% -
XYZ 4.43 7.9 4.2 -
YUV 60.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 4 92 49 0.96 0 0.47 0.64 150.68 0.92 0.19
Hex 4 5C 31 60 0 2F 40 97 5C 13
Octal 4 134 61 140 0 57 100 227 134 23
Binary 100 1011100 110001 1100000 0 101111 1000000 10010111 1011100 10011

Color Harmonies of #045C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C31

Black with #045C31

Text Example


Text Example

White with #045C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045C31; }

 p { color: rgb(4,92,49); }

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

background-color css

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

 a { background-color: rgb(4,92,49); }

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

border-color css

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

 span { border-color: rgb(4,92,49); }

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