Html Css Color HEX #056E2E Crusoe

📋 copy color: '#056E2E'

red 5 ◦ green 110 ◦ blue 46

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

Shades of Crusoe #056E2E

Tints of Crusoe #056E2E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 68.32%

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 3.11%
G = 68.32%
B = 28.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#056E2E (or 0x056E2E) is known color: Crusoe. HEX triplet: 05, 6E and 2E. RGB value is (5,110,46). Sum of RGB (Red+Green+Blue) = 5+110+46=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 110 (43.36% from 255 or 68.32% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 110 - color contains mainly: green. Hex color #056E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056E2E is #FA91D1. Grayscale: #474747. Windows color (decimal): -16421330 or 3042821. OLE color: 3042821.

HSL color Cylindrical-coordinate representation of color #056E2E: hue angle of 143.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E2E is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 110 46 -
CMYK 0.95 0 0.58 0.57
HSL 143.43º 0.91% 0.23% -
HSV(B) 143.43º 0.95% 0.43% -
XYZ 6.13 11.38 4.46 -
YUV 71.31 113.71 80.7 -
System Red Green Blue C M Y K H S L
Decimal 5 110 46 0.95 0 0.58 0.57 143.43 0.91 0.23
Hex 5 6E 2E 5F 0 3A 39 8F 5B 17
Octal 5 156 56 137 0 72 71 217 133 27
Binary 101 1101110 101110 1011111 0 111010 111001 10001111 1011011 10111

Color Harmonies of #056E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E2E

Black with #056E2E

Text Example


Text Example

White with #056E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056E2E; }

 p { color: rgb(5,110,46); }

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

background-color css

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

 a { background-color: rgb(5,110,46); }

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

border-color css

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

 span { border-color: rgb(5,110,46); }

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