Html Css Color HEX #334714 Turtle Green

📋 copy color: '#334714'

red 51 ◦ green 71 ◦ blue 20

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

Shades of Turtle Green #334714

Tints of Turtle Green #334714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50%

 BLUE value IS 20 (8.2% from 255) = 14.08%

R = 35.92%
G = 50%
B = 14.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#334714 (or 0x334714) is known color: Turtle Green. HEX triplet: 33, 47 and 14. RGB value is (51,71,20). Sum of RGB (Red+Green+Blue) = 51+71+20=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #334714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334714 is #CCB8EB. Grayscale: #3B3B3B. Windows color (decimal): -13416684 or 1328947. OLE color: 1328947.

HSL color Cylindrical-coordinate representation of color #334714: hue angle of 83.53º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334714 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 71 20 -
CMYK 0.28 0 0.72 0.72
HSL 83.53º 0.56% 0.18% -
HSV(B) 83.53º 0.72% 0.28% -
XYZ 3.74 5.26 1.48 -
YUV 59.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 51 71 20 0.28 0 0.72 0.72 83.53 0.56 0.18
Hex 33 47 14 1C 0 48 48 54 38 12
Octal 63 107 24 34 0 110 110 124 70 22
Binary 110011 1000111 10100 11100 0 1001000 1001000 1010100 111000 10010

Color Harmonies of #334714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334714

Black with #334714

Text Example


Text Example

White with #334714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334714; }

 p { color: rgb(51,71,20); }

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

background-color css

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

 a { background-color: rgb(51,71,20); }

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

border-color css

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

 span { border-color: rgb(51,71,20); }

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