#065730

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

Shades of Crusoe #065730

Tints of Crusoe #065730

Color information

#065730 (or 0x065730) is unknown color: approx Crusoe. HEX triplet: 06, 57 and 30. RGB value is (6,87,48). Sum of RGB (Red+Green+Blue) = 6+87+48=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 87 (34.38% from 255 or 61.70% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 87 - color contains mainly: green. Hex color #065730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065730 is #F9A8CF. Grayscale: #3A3A3A. Windows color (decimal): -16361680 or 3168006. OLE color: 3168006.

HSL color Cylindrical-coordinate representation of color #065730: hue angle of 151.11º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065730 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB68748-
CMYK0.9300.450.66
HSL151.11º87.1%18.24%-
HSV(B)151.11º93.1%34.12%-
XYZ4.027.073.95-
YUV58.33122.1690.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 87 (34.38% from 255) = 61.70%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=4.26%
G=61.70%
B=34.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal687480.9300.450.66151.1187.118.24
Hex657305D02D42975712
Octal61276013505510222712722
Binary110101011111000010111010101101100001010010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065730; }

 p { color: rgb(6,87,48); }

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

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

 a { background-color: rgb(6,87,48); }

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

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

 span { border-color: rgb(6,87,48); }

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