Html Css Color HEX #343704 Turtle Green

📋 copy color: '#343704'

red 52 ◦ green 55 ◦ blue 4

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

Shades of Turtle Green #343704

Tints of Turtle Green #343704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 49.55%

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

R = 46.85%
G = 49.55%
B = 3.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#343704 (or 0x343704) is known color: Turtle Green. HEX triplet: 34, 37 and 04. RGB value is (52,55,4). Sum of RGB (Red+Green+Blue) = 52+55+4=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #343704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343704 is #CBC8FB. Grayscale: #303030. Windows color (decimal): -13355260 or 276276. OLE color: 276276.

HSL color Cylindrical-coordinate representation of color #343704: hue angle of 63.53º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #343704 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 55 4 -
CMYK 0.05 0 0.93 0.78
HSL 63.53º 0.86% 0.12% -
HSV(B) 63.53º 0.93% 0.22% -
XYZ 2.8 3.47 0.64 -
YUV 48.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 52 55 4 0.05 0 0.93 0.78 63.53 0.86 0.12
Hex 34 37 4 5 0 5D 4E 40 56 C
Octal 64 67 4 5 0 135 116 100 126 14
Binary 110100 110111 100 101 0 1011101 1001110 1000000 1010110 1100

Color Harmonies of #343704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343704

Black with #343704

Text Example


Text Example

White with #343704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343704; }

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

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

background-color css

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

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

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

border-color css

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

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

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