Html Css Color HEX #006034 Fun Green

📋 copy color: '#006034'

red 0 ◦ green 96 ◦ blue 52

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

Shades of Fun Green #006034

Tints of Fun Green #006034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 35.14%

R = 0%
G = 64.86%
B = 35.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#006034 (or 0x006034) is known color: Fun Green. HEX triplet: 00, 60 and 34. RGB value is (0,96,52). Sum of RGB (Red+Green+Blue) = 0+96+52=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #006034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006034 is #FF9FCB. Grayscale: #3E3E3E. Windows color (decimal): -16752588 or 3432448. OLE color: 3432448.

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

Color convert

RGB 0 96 52 -
CMYK 1 0 0.46 0.62
HSL 152.5º 1% 0.19% -
HSV(B) 152.5º 1% 0.38% -
XYZ 4.8 8.61 4.66 -
YUV 62.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 0 96 52 1 0 0.46 0.62 152.5 1 0.19
Hex 0 60 34 64 0 2E 3E 98 64 13
Octal 0 140 64 144 0 56 76 230 144 23
Binary 0 1100000 110100 1100100 0 101110 111110 10011000 1100100 10011

Color Harmonies of #006034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006034

Black with #006034

Text Example


Text Example

White with #006034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006034; }

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

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

background-color css

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

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

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

border-color css

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

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

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