Html Css Color HEX #05732A Crusoe

📋 copy color: '#05732A'

red 5 ◦ green 115 ◦ blue 42

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

Shades of Crusoe #05732A

Tints of Crusoe #05732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 70.99%

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 3.09%
G = 70.99%
B = 25.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#05732A (or 0x05732A) is known color: Crusoe. HEX triplet: 05, 73 and 2A. RGB value is (5,115,42). Sum of RGB (Red+Green+Blue) = 5+115+42=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #05732A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05732A is #FA8CD5. Grayscale: #494949. Windows color (decimal): -16420054 or 2781957. OLE color: 2781957.

HSL color Cylindrical-coordinate representation of color #05732A: hue angle of 140.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05732A is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 115 42 -
CMYK 0.96 0 0.63 0.55
HSL 140.18º 0.92% 0.24% -
HSV(B) 140.18º 0.96% 0.45% -
XYZ 6.61 12.46 4.25 -
YUV 73.79 110.06 78.94 -
System Red Green Blue C M Y K H S L
Decimal 5 115 42 0.96 0 0.63 0.55 140.18 0.92 0.24
Hex 5 73 2A 60 0 3F 37 8C 5C 18
Octal 5 163 52 140 0 77 67 214 134 30
Binary 101 1110011 101010 1100000 0 111111 110111 10001100 1011100 11000

Color Harmonies of #05732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05732A

Black with #05732A

Text Example


Text Example

White with #05732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05732A; }

 p { color: rgb(5,115,42); }

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

background-color css

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

 a { background-color: rgb(5,115,42); }

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

border-color css

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

 span { border-color: rgb(5,115,42); }

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