#00621C

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

Shades of Crusoe #00621C

Tints of Crusoe #00621C

Color information

#00621C (or 0x00621C) is unknown color: approx Crusoe. HEX triplet: 00, 62 and 1C. RGB value is (0,98,28). Sum of RGB (Red+Green+Blue) = 0+98+28=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 98 (38.67% from 255 or 77.78% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 98 - color contains mainly: green. Hex color #00621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00621C is #FF9DE3. Grayscale: #3C3C3C. Windows color (decimal): -16752100 or 1860096. OLE color: 1860096.

HSL color Cylindrical-coordinate representation of color #00621C: hue angle of 137.14º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00621C is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB09828-
CMYK100.710.62
HSL137.14º100%19.22%-
HSV(B)137.14º100%38.43%-
XYZ4.588.822.56-
YUV60.72109.5384.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 77.78%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=0%
G=77.78%
B=22.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09828100.710.62137.1410019.22
Hex0621C640473E896413
Octal01423414401077621114423
Binary011000101110011001000100011111111010001001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,98,28); }

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

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

 a { background-color: rgb(0,98,28); }

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

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

 span { border-color: rgb(0,98,28); }

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