Html Css Color HEX #056427 Crusoe

📋 copy color: '#056427'

red 5 ◦ green 100 ◦ blue 39

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

Shades of Crusoe #056427

Tints of Crusoe #056427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 69.44%

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 3.47%
G = 69.44%
B = 27.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#056427 (or 0x056427) is known color: Crusoe. HEX triplet: 05, 64 and 27. RGB value is (5,100,39). Sum of RGB (Red+Green+Blue) = 5+100+39=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #056427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056427 is #FA9BD8. Grayscale: #404040. Windows color (decimal): -16423897 or 2581509. OLE color: 2581509.

HSL color Cylindrical-coordinate representation of color #056427: hue angle of 141.47º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056427 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 100 39 -
CMYK 0.95 0 0.61 0.61
HSL 141.47º 0.9% 0.21% -
HSV(B) 141.47º 0.95% 0.39% -
XYZ 4.99 9.29 3.45 -
YUV 64.64 113.53 85.46 -
System Red Green Blue C M Y K H S L
Decimal 5 100 39 0.95 0 0.61 0.61 141.47 0.9 0.21
Hex 5 64 27 5F 0 3D 3D 8D 5A 15
Octal 5 144 47 137 0 75 75 215 132 25
Binary 101 1100100 100111 1011111 0 111101 111101 10001101 1011010 10101

Color Harmonies of #056427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056427

Black with #056427

Text Example


Text Example

White with #056427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056427; }

 p { color: rgb(5,100,39); }

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

background-color css

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

 a { background-color: rgb(5,100,39); }

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

border-color css

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

 span { border-color: rgb(5,100,39); }

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