Html Css Color HEX #00652C Crusoe

📋 copy color: '#00652C'

red 0 ◦ green 101 ◦ blue 44

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

Shades of Crusoe #00652C

Tints of Crusoe #00652C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 101 (39.84% from 255) = 69.66%

 BLUE value IS 44 (17.58% from 255) = 30.34%

R = 0%
G = 69.66%
B = 30.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#00652C (or 0x00652C) is known color: Crusoe. HEX triplet: 00, 65 and 2C. RGB value is (0,101,44). Sum of RGB (Red+Green+Blue) = 0+101+44=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #00652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00652C is #FF9AD3. Grayscale: #404040. Windows color (decimal): -16751316 or 2909440. OLE color: 2909440.

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

Color convert

RGB 0 101 44 -
CMYK 1 0 0.56 0.60
HSL 146.14º 1% 0.2% -
HSV(B) 146.14º 1% 0.4% -
XYZ 5.11 9.49 3.95 -
YUV 64.3 116.54 82.13 -
System Red Green Blue C M Y K H S L
Decimal 0 101 44 1 0 0.56 0.60 146.14 1 0.2
Hex 0 65 2C 64 0 38 3C 92 64 14
Octal 0 145 54 144 0 70 74 222 144 24
Binary 0 1100101 101100 1100100 0 111000 111100 10010010 1100100 10100

Color Harmonies of #00652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00652C

Black with #00652C

Text Example


Text Example

White with #00652C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00652C;
 }
 .AnyTagClassName
 {
   color: #00652C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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