Html Css Color HEX #056330 Crusoe

📋 copy color: '#056330'

red 5 ◦ green 99 ◦ blue 48

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

Shades of Crusoe #056330

Tints of Crusoe #056330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 3.29%
G = 65.13%
B = 31.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#056330 (or 0x056330) is known color: Crusoe. HEX triplet: 05, 63 and 30. RGB value is (5,99,48). Sum of RGB (Red+Green+Blue) = 5+99+48=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #056330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056330 is #FA9CCF. Grayscale: #414141. Windows color (decimal): -16424144 or 3171077. OLE color: 3171077.

HSL color Cylindrical-coordinate representation of color #056330: hue angle of 147.45º 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 #056330 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 99 48 -
CMYK 0.95 0 0.52 0.61
HSL 147.45º 0.9% 0.2% -
HSV(B) 147.45º 0.95% 0.39% -
XYZ 5.06 9.17 4.3 -
YUV 65.08 118.36 85.15 -
System Red Green Blue C M Y K H S L
Decimal 5 99 48 0.95 0 0.52 0.61 147.45 0.9 0.2
Hex 5 63 30 5F 0 34 3D 93 5A 14
Octal 5 143 60 137 0 64 75 223 132 24
Binary 101 1100011 110000 1011111 0 110100 111101 10010011 1011010 10100

Color Harmonies of #056330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056330

Black with #056330

Text Example


Text Example

White with #056330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056330; }

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

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

background-color css

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

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

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

border-color css

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

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

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