Html Css Color HEX #055423 Crusoe

📋 copy color: '#055423'

red 5 ◦ green 84 ◦ blue 35

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

Shades of Crusoe #055423

Tints of Crusoe #055423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.23%

R = 4.03%
G = 67.74%
B = 28.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#055423 (or 0x055423) is known color: Crusoe. HEX triplet: 05, 54 and 23. RGB value is (5,84,35). Sum of RGB (Red+Green+Blue) = 5+84+35=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #055423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055423 is #FAABDC. Grayscale: #363636. Windows color (decimal): -16427997 or 2315269. OLE color: 2315269.

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

Color convert

RGB 5 84 35 -
CMYK 0.94 0 0.58 0.67
HSL 142.78º 0.89% 0.17% -
HSV(B) 142.78º 0.94% 0.33% -
XYZ 3.54 6.49 2.66 -
YUV 54.79 116.83 92.48 -
System Red Green Blue C M Y K H S L
Decimal 5 84 35 0.94 0 0.58 0.67 142.78 0.89 0.17
Hex 5 54 23 5E 0 3A 43 8F 59 11
Octal 5 124 43 136 0 72 103 217 131 21
Binary 101 1010100 100011 1011110 0 111010 1000011 10001111 1011001 10001

Color Harmonies of #055423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055423

Black with #055423

Text Example


Text Example

White with #055423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055423; }

 p { color: rgb(5,84,35); }

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

background-color css

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

 a { background-color: rgb(5,84,35); }

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

border-color css

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

 span { border-color: rgb(5,84,35); }

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