Html Css Color HEX #006026 Crusoe

📋 copy color: '#006026'

red 0 ◦ green 96 ◦ blue 38

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

Shades of Crusoe #006026

Tints of Crusoe #006026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 28.36%

R = 0%
G = 71.64%
B = 28.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#006026 (or 0x006026) is known color: Crusoe. HEX triplet: 00, 60 and 26. RGB value is (0,96,38). Sum of RGB (Red+Green+Blue) = 0+96+38=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #006026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006026 is #FF9FD9. Grayscale: #3C3C3C. Windows color (decimal): -16752602 or 2514944. OLE color: 2514944.

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

Color convert

RGB 0 96 38 -
CMYK 1 0 0.60 0.62
HSL 143.75º 1% 0.19% -
HSV(B) 143.75º 1% 0.38% -
XYZ 4.53 8.51 3.24 -
YUV 60.68 115.2 84.72 -
System Red Green Blue C M Y K H S L
Decimal 0 96 38 1 0 0.60 0.62 143.75 1 0.19
Hex 0 60 26 64 0 3C 3E 90 64 13
Octal 0 140 46 144 0 74 76 220 144 23
Binary 0 1100000 100110 1100100 0 111100 111110 10010000 1100100 10011

Color Harmonies of #006026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006026

Black with #006026

Text Example


Text Example

White with #006026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006026; }

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

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

background-color css

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

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

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

border-color css

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

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

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