Html Css Color HEX #006629 Crusoe

📋 copy color: '#006629'

red 0 ◦ green 102 ◦ blue 41

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

Shades of Crusoe #006629

Tints of Crusoe #006629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 71.33%

 BLUE value IS 41 (16.41% from 255) = 28.67%

R = 0%
G = 71.33%
B = 28.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#006629 (or 0x006629) is known color: Crusoe. HEX triplet: 00, 66 and 29. RGB value is (0,102,41). Sum of RGB (Red+Green+Blue) = 0+102+41=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #006629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006629 is #FF99D6. Grayscale: #404040. Windows color (decimal): -16751063 or 2713088. OLE color: 2713088.

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

Color convert

RGB 0 102 41 -
CMYK 1 0 0.60 0.6
HSL 144.12º 1% 0.2% -
HSV(B) 144.12º 1% 0.4% -
XYZ 5.15 9.66 3.69 -
YUV 64.55 114.71 81.96 -
System Red Green Blue C M Y K H S L
Decimal 0 102 41 1 0 0.60 0.6 144.12 1 0.2
Hex 0 66 29 64 0 3C 3C 90 64 14
Octal 0 146 51 144 0 74 74 220 144 24
Binary 0 1100110 101001 1100100 0 111100 111100 10010000 1100100 10100

Color Harmonies of #006629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006629

Black with #006629

Text Example


Text Example

White with #006629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006629; }

 p { color: rgb(0,102,41); }

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

background-color css

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

 a { background-color: rgb(0,102,41); }

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

border-color css

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

 span { border-color: rgb(0,102,41); }

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