Html Css Color HEX #046026 Crusoe

📋 copy color: '#046026'

red 4 ◦ green 96 ◦ blue 38

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

Shades of Crusoe #046026

Tints of Crusoe #046026

RGB

 RED value IS 4 (1.95% from 255) = 2.9%

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

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

R = 2.9%
G = 69.57%
B = 27.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#046026 (or 0x046026) is known color: Crusoe. HEX triplet: 04, 60 and 26. RGB value is (4,96,38). Sum of RGB (Red+Green+Blue) = 4+96+38=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #046026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046026 is #FB9FD9. Grayscale: #3E3E3E. Windows color (decimal): -16490458 or 2514948. OLE color: 2514948.

HSL color Cylindrical-coordinate representation of color #046026: hue angle of 142.17º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046026 is Cyan = 0.96, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 38 -
CMYK 0.96 0 0.60 0.62
HSL 142.17º 0.92% 0.2% -
HSV(B) 142.17º 0.96% 0.38% -
XYZ 4.58 8.53 3.24 -
YUV 61.88 114.52 86.72 -
System Red Green Blue C M Y K H S L
Decimal 4 96 38 0.96 0 0.60 0.62 142.17 0.92 0.2
Hex 4 60 26 60 0 3C 3E 8E 5C 14
Octal 4 140 46 140 0 74 76 216 134 24
Binary 100 1100000 100110 1100000 0 111100 111110 10001110 1011100 10100

Color Harmonies of #046026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046026

Black with #046026

Text Example


Text Example

White with #046026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046026; }

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

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

background-color css

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

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

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

border-color css

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

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

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