Html Css Color HEX #056316 Crusoe

📋 copy color: '#056316'

red 5 ◦ green 99 ◦ blue 22

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

Shades of Crusoe #056316

Tints of Crusoe #056316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 78.57%

 BLUE value IS 22 (8.98% from 255) = 17.46%

R = 3.97%
G = 78.57%
B = 17.46%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#056316 (or 0x056316) is known color: Crusoe. HEX triplet: 05, 63 and 16. RGB value is (5,99,22). Sum of RGB (Red+Green+Blue) = 5+99+22=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #056316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056316 is #FA9CE9. Grayscale: #3E3E3E. Windows color (decimal): -16424170 or 1467141. OLE color: 1467141.

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

Color convert

RGB 5 99 22 -
CMYK 0.95 0 0.78 0.61
HSL 130.85º 0.9% 0.2% -
HSV(B) 130.85º 0.95% 0.39% -
XYZ 4.67 9.01 2.25 -
YUV 62.12 105.36 87.26 -
System Red Green Blue C M Y K H S L
Decimal 5 99 22 0.95 0 0.78 0.61 130.85 0.9 0.2
Hex 5 63 16 5F 0 4E 3D 83 5A 14
Octal 5 143 26 137 0 116 75 203 132 24
Binary 101 1100011 10110 1011111 0 1001110 111101 10000011 1011010 10100

Color Harmonies of #056316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056316

Black with #056316

Text Example


Text Example

White with #056316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056316; }

 p { color: rgb(5,99,22); }

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

background-color css

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

 a { background-color: rgb(5,99,22); }

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

border-color css

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

 span { border-color: rgb(5,99,22); }

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