Html Css Color HEX #00652D Crusoe

📋 copy color: '#00652D'

red 0 ◦ green 101 ◦ blue 45

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

Shades of Crusoe #00652D

Tints of Crusoe #00652D

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 value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#00652D (or 0x00652D) is known color: 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

RGB 0 101 45 -
CMYK 1 0 0.55 0.60
HSL 146.73º 1% 0.2% -
HSV(B) 146.73º 1% 0.4% -
XYZ 5.13 9.5 4.05 -
YUV 64.42 117.04 82.05 -
System Red Green Blue C M Y K H S L
Decimal 0 101 45 1 0 0.55 0.60 146.73 1 0.2
Hex 0 65 2D 64 0 37 3C 93 64 14
Octal 0 145 55 144 0 67 74 223 144 24
Binary 0 1100101 101101 1100100 0 110111 111100 10010011 1100100 10100

Color Harmonies of #00652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00652D

Black with #00652D

Text Example


Text Example

White with #00652D

Text Example


Text Example

HTML Codes & Css Web 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>