#00652D

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

Shades of Crusoe #00652D

Tints of Crusoe #00652D

Color information

#00652D (or 0x00652D) is unknown color: approx Crusoe. HEX triplet: 00, 65 and 2D. RGB value is (0,101,45). Sum of RGB (Red+Green+Blue) = 0+101+45=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #00652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00652D is #FF9AD2. Grayscale: #404040. Windows color (decimal): -16751315 or 2974976. OLE color: 2974976.

HSL color Cylindrical-coordinate representation of color #00652D: hue angle of 146.73º 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 #00652D is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB010145-
CMYK100.550.60
HSL146.73º100%19.8%-
HSV(B)146.73º100%39.61%-
XYZ5.139.54.05-
YUV64.42117.0482.05-

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) = 69.18%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=0%
G=69.18%
B=30.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010145100.550.60146.7310019.8
Hex0652D640373C936414
Octal0145551440677422314424
Binary011001011011011100100011011111110010010011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00652D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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