Html Css Color HEX #056B2E Crusoe

📋 copy color: '#056B2E'

red 5 ◦ green 107 ◦ blue 46

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

Shades of Crusoe #056B2E

Tints of Crusoe #056B2E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 67.72%

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

R = 3.16%
G = 67.72%
B = 29.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#056B2E (or 0x056B2E) is known color: Crusoe. HEX triplet: 05, 6B and 2E. RGB value is (5,107,46). Sum of RGB (Red+Green+Blue) = 5+107+46=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 107 (42.19% from 255 or 67.72% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 107 - color contains mainly: green. Hex color #056B2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056B2E is #FA94D1. Grayscale: #454545. Windows color (decimal): -16422098 or 3042053. OLE color: 3042053.

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

Color convert

RGB 5 107 46 -
CMYK 0.95 0 0.57 0.58
HSL 144.12º 0.91% 0.22% -
HSV(B) 144.12º 0.95% 0.42% -
XYZ 5.81 10.74 4.35 -
YUV 69.55 114.71 81.96 -
System Red Green Blue C M Y K H S L
Decimal 5 107 46 0.95 0 0.57 0.58 144.12 0.91 0.22
Hex 5 6B 2E 5F 0 39 3A 90 5B 16
Octal 5 153 56 137 0 71 72 220 133 26
Binary 101 1101011 101110 1011111 0 111001 111010 10010000 1011011 10110

Color Harmonies of #056B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056B2E

Black with #056B2E

Text Example


Text Example

White with #056B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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