Html Css Color HEX #056328 Crusoe

📋 copy color: '#056328'

red 5 ◦ green 99 ◦ blue 40

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

Shades of Crusoe #056328

Tints of Crusoe #056328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 3.47%
G = 68.75%
B = 27.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#056328 (or 0x056328) is known color: Crusoe. HEX triplet: 05, 63 and 28. RGB value is (5,99,40). Sum of RGB (Red+Green+Blue) = 5+99+40=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #056328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056328 is #FA9CD7. Grayscale: #404040. Windows color (decimal): -16424152 or 2646789. OLE color: 2646789.

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

Color convert

RGB 5 99 40 -
CMYK 0.95 0 0.60 0.61
HSL 142.34º 0.9% 0.2% -
HSV(B) 142.34º 0.95% 0.39% -
XYZ 4.91 9.11 3.51 -
YUV 64.17 114.36 85.8 -
System Red Green Blue C M Y K H S L
Decimal 5 99 40 0.95 0 0.60 0.61 142.34 0.9 0.2
Hex 5 63 28 5F 0 3C 3D 8E 5A 14
Octal 5 143 50 137 0 74 75 216 132 24
Binary 101 1100011 101000 1011111 0 111100 111101 10001110 1011010 10100

Color Harmonies of #056328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056328

Black with #056328

Text Example


Text Example

White with #056328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056328; }

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

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

background-color css

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

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

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

border-color css

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

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

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