Html Css Color HEX #343504 Turtle Green

📋 copy color: '#343504'

red 52 ◦ green 53 ◦ blue 4

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

Shades of Turtle Green #343504

Tints of Turtle Green #343504

RGB

 RED value IS 52 (20.7% from 255) = 47.71%

 GREEN value IS 53 (21.09% from 255) = 48.62%

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

R = 47.71%
G = 48.62%
B = 3.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#343504 (or 0x343504) is known color: Turtle Green. HEX triplet: 34, 35 and 04. RGB value is (52,53,4). Sum of RGB (Red+Green+Blue) = 52+53+4=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #343504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343504 is #CBCAFB. Grayscale: #2F2F2F. Windows color (decimal): -13355772 or 275764. OLE color: 275764.

HSL color Cylindrical-coordinate representation of color #343504: hue angle of 61.22º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #343504 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 53 4 -
CMYK 0.02 0 0.92 0.79
HSL 61.22º 0.86% 0.11% -
HSV(B) 61.22º 0.92% 0.21% -
XYZ 2.71 3.29 0.61 -
YUV 47.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 52 53 4 0.02 0 0.92 0.79 61.22 0.86 0.11
Hex 34 35 4 2 0 5C 4F 3D 56 B
Octal 64 65 4 2 0 134 117 75 126 13
Binary 110100 110101 100 10 0 1011100 1001111 111101 1010110 1011

Color Harmonies of #343504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343504

Black with #343504

Text Example


Text Example

White with #343504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343504; }

 p { color: rgb(52,53,4); }

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

background-color css

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

 a { background-color: rgb(52,53,4); }

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

border-color css

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

 span { border-color: rgb(52,53,4); }

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