#067228

Color #067228 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #067228

Tints of Crusoe #067228

Color information

#067228 (or 0x067228) is unknown color: approx Crusoe. HEX triplet: 06, 72 and 28. RGB value is (6,114,40). Sum of RGB (Red+Green+Blue) = 6+114+40=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #067228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067228 is #F98DD7. Grayscale: #494949. Windows color (decimal): -16354776 or 2650630. OLE color: 2650630.

HSL color Cylindrical-coordinate representation of color #067228: hue angle of 138.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067228 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB611440-
CMYK0.9500.650.55
HSL138.89º90%23.53%-
HSV(B)138.89º94.74%44.71%-
XYZ6.4812.234.03-
YUV73.27109.2280.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 114 (44.92% from 255) = 71.25%
BLUE value IS 40 (16.02% from 255) = 25%
R=3.75%
G=71.25%
B=25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114400.9500.650.55138.899023.53
Hex672285F041378b5a18
Octal61625013701016721313230
Binary110111001010100010111110100000111011110001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067228; }

 p { color: rgb(6,114,40); }

 H1.HeaderClassName
 {
   color: #067228;
 }
 .AnyTagClassName
 {
   color: #067228;
 }
</style>
background-color css

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

 a { background-color: rgb(6,114,40); }

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

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

 span { border-color: rgb(6,114,40); }

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