Html Css Color HEX #00611A Crusoe

📋 copy color: '#00611A'

red 0 ◦ green 97 ◦ blue 26

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

Shades of Crusoe #00611A

Tints of Crusoe #00611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 78.86%

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

R = 0%
G = 78.86%
B = 21.14%

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

#00611A (or 0x00611A) is known color: Crusoe. HEX triplet: 00, 61 and 1A. RGB value is (0,97,26). Sum of RGB (Red+Green+Blue) = 0+97+26=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #00611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00611A is #FF9EE5. Grayscale: #3C3C3C. Windows color (decimal): -16752358 or 1728768. OLE color: 1728768.

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

Color convert

RGB 0 97 26 -
CMYK 1 0 0.73 0.62
HSL 136.08º 1% 0.19% -
HSV(B) 136.08º 1% 0.38% -
XYZ 4.46 8.62 2.41 -
YUV 59.9 108.86 85.27 -
System Red Green Blue C M Y K H S L
Decimal 0 97 26 1 0 0.73 0.62 136.08 1 0.19
Hex 0 61 1A 64 0 49 3E 88 64 13
Octal 0 141 32 144 0 111 76 210 144 23
Binary 0 1100001 11010 1100100 0 1001001 111110 10001000 1100100 10011

Color Harmonies of #00611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00611A

Black with #00611A

Text Example


Text Example

White with #00611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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