Html Css Color HEX #00601A Crusoe

📋 copy color: '#00601A'

red 0 ◦ green 96 ◦ blue 26

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

Shades of Crusoe #00601A

Tints of Crusoe #00601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 78.69%

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

R = 0%
G = 78.69%
B = 21.31%

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

#00601A (or 0x00601A) is known color: Crusoe. HEX triplet: 00, 60 and 1A. RGB value is (0,96,26). Sum of RGB (Red+Green+Blue) = 0+96+26=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #00601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00601A is #FF9FE5. Grayscale: #3B3B3B. Windows color (decimal): -16752614 or 1728512. OLE color: 1728512.

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

Color convert

RGB 0 96 26 -
CMYK 1 0 0.73 0.62
HSL 136.25º 1% 0.19% -
HSV(B) 136.25º 1% 0.38% -
XYZ 4.37 8.44 2.38 -
YUV 59.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 0 96 26 1 0 0.73 0.62 136.25 1 0.19
Hex 0 60 1A 64 0 49 3E 88 64 13
Octal 0 140 32 144 0 111 76 210 144 23
Binary 0 1100000 11010 1100100 0 1001001 111110 10001000 1100100 10011

Color Harmonies of #00601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00601A

Black with #00601A

Text Example


Text Example

White with #00601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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