Html Css Color HEX #055425 Crusoe

📋 copy color: '#055425'

red 5 ◦ green 84 ◦ blue 37

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

Shades of Crusoe #055425

Tints of Crusoe #055425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.37%

R = 3.97%
G = 66.67%
B = 29.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#055425 (or 0x055425) is known color: Crusoe. HEX triplet: 05, 54 and 25. RGB value is (5,84,37). Sum of RGB (Red+Green+Blue) = 5+84+37=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #055425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055425 is #FAABDA. Grayscale: #373737. Windows color (decimal): -16427995 or 2446341. OLE color: 2446341.

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

Color convert

RGB 5 84 37 -
CMYK 0.94 0 0.56 0.67
HSL 144.3º 0.89% 0.17% -
HSV(B) 144.3º 0.94% 0.33% -
XYZ 3.57 6.51 2.82 -
YUV 55.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 5 84 37 0.94 0 0.56 0.67 144.3 0.89 0.17
Hex 5 54 25 5E 0 38 43 90 59 11
Octal 5 124 45 136 0 70 103 220 131 21
Binary 101 1010100 100101 1011110 0 111000 1000011 10010000 1011001 10001

Color Harmonies of #055425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055425

Black with #055425

Text Example


Text Example

White with #055425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055425; }

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

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

background-color css

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

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

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

border-color css

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

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

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