Html Css Color HEX #334F04 Turtle Green

📋 copy color: '#334F04'

red 51 ◦ green 79 ◦ blue 4

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

Shades of Turtle Green #334F04

Tints of Turtle Green #334F04

RGB

 RED value IS 51 (20.31% from 255) = 38.06%

 GREEN value IS 79 (31.25% from 255) = 58.96%

 BLUE value IS 4 (1.95% from 255) = 2.99%

R = 38.06%
G = 58.96%
B = 2.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#334F04 (or 0x334F04) is known color: Turtle Green. HEX triplet: 33, 4F and 04. RGB value is (51,79,4). Sum of RGB (Red+Green+Blue) = 51+79+4=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #334F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334F04 is #CCB0FB. Grayscale: #3E3E3E. Windows color (decimal): -13414652 or 282419. OLE color: 282419.

HSL color Cylindrical-coordinate representation of color #334F04: hue angle of 82.4º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #334F04 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 79 4 -
CMYK 0.35 0 0.95 0.69
HSL 82.4º 0.9% 0.16% -
HSV(B) 82.4º 0.95% 0.31% -
XYZ 4.18 6.3 1.11 -
YUV 62.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 51 79 4 0.35 0 0.95 0.69 82.4 0.9 0.16
Hex 33 4F 4 23 0 5F 45 52 5A 10
Octal 63 117 4 43 0 137 105 122 132 20
Binary 110011 1001111 100 100011 0 1011111 1000101 1010010 1011010 10000

Color Harmonies of #334F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334F04

Black with #334F04

Text Example


Text Example

White with #334F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334F04; }

 p { color: rgb(51,79,4); }

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

background-color css

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

 a { background-color: rgb(51,79,4); }

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

border-color css

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

 span { border-color: rgb(51,79,4); }

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