Html Css Color HEX #343702 Turtle Green

📋 copy color: '#343702'

red 52 ◦ green 55 ◦ blue 2

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

Shades of Turtle Green #343702

Tints of Turtle Green #343702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.83%

R = 47.71%
G = 50.46%
B = 1.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#343702 (or 0x343702) is known color: Turtle Green. HEX triplet: 34, 37 and 02. RGB value is (52,55,2). Sum of RGB (Red+Green+Blue) = 52+55+2=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #343702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343702 is #CBC8FD. Grayscale: #303030. Windows color (decimal): -13355262 or 145204. OLE color: 145204.

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

Color convert

RGB 52 55 2 -
CMYK 0.05 0 0.96 0.78
HSL 63.4º 0.93% 0.11% -
HSV(B) 63.4º 0.96% 0.22% -
XYZ 2.79 3.47 0.58 -
YUV 48.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 52 55 2 0.05 0 0.96 0.78 63.4 0.93 0.11
Hex 34 37 2 5 0 60 4E 3F 5D B
Octal 64 67 2 5 0 140 116 77 135 13
Binary 110100 110111 10 101 0 1100000 1001110 111111 1011101 1011

Color Harmonies of #343702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343702

Black with #343702

Text Example


Text Example

White with #343702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343702; }

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

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

background-color css

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

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

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

border-color css

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

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

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