Html Css Color HEX #00621A Crusoe

📋 copy color: '#00621A'

red 0 ◦ green 98 ◦ blue 26

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

Shades of Crusoe #00621A

Tints of Crusoe #00621A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 79.03%

 BLUE value IS 26 (10.55% from 255) = 20.97%

R = 0%
G = 79.03%
B = 20.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#00621A (or 0x00621A) is known color: Crusoe. HEX triplet: 00, 62 and 1A. RGB value is (0,98,26). Sum of RGB (Red+Green+Blue) = 0+98+26=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 98 (38.67% from 255 or 79.03% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 98 - color contains mainly: green. Hex color #00621A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00621A is #FF9DE5. Grayscale: #3C3C3C. Windows color (decimal): -16752102 or 1729024. OLE color: 1729024.

HSL color Cylindrical-coordinate representation of color #00621A: hue angle of 135.92º 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 #00621A is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 26 -
CMYK 1 0 0.73 0.62
HSL 135.92º 1% 0.19% -
HSV(B) 135.92º 1% 0.38% -
XYZ 4.55 8.81 2.44 -
YUV 60.49 108.53 84.85 -
System Red Green Blue C M Y K H S L
Decimal 0 98 26 1 0 0.73 0.62 135.92 1 0.19
Hex 0 62 1A 64 0 49 3E 88 64 13
Octal 0 142 32 144 0 111 76 210 144 23
Binary 0 1100010 11010 1100100 0 1001001 111110 10001000 1100100 10011

Color Harmonies of #00621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00621A

Black with #00621A

Text Example


Text Example

White with #00621A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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