#00652F

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

Shades of Crusoe #00652F

Tints of Crusoe #00652F

Color information

#00652F (or 0x00652F) is unknown color: approx Crusoe. HEX triplet: 00, 65 and 2F. RGB value is (0,101,47). Sum of RGB (Red+Green+Blue) = 0+101+47=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #00652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00652F is #FF9AD0. Grayscale: #404040. Windows color (decimal): -16751313 or 3106048. OLE color: 3106048.

HSL color Cylindrical-coordinate representation of color #00652F: hue angle of 147.92º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00652F is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB010147-
CMYK100.530.60
HSL147.92º100%19.8%-
HSV(B)147.92º100%39.61%-
XYZ5.179.514.25-
YUV64.64118.0481.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 68.24%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=0%
G=68.24%
B=31.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010147100.530.60147.9210019.8
Hex0652F640353C946414
Octal0145571440657422414424
Binary011001011011111100100011010111110010010100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00652F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00652F; }

 p { color: rgb(0,101,47); }

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

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

 a { background-color: rgb(0,101,47); }

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

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

 span { border-color: rgb(0,101,47); }

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