Html Css Color HEX #344702 Turtle Green

📋 copy color: '#344702'

red 52 ◦ green 71 ◦ blue 2

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

Shades of Turtle Green #344702

Tints of Turtle Green #344702

RGB

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

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

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

R = 41.6%
G = 56.8%
B = 1.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#344702 (or 0x344702) is known color: Turtle Green. HEX triplet: 34, 47 and 02. RGB value is (52,71,2). Sum of RGB (Red+Green+Blue) = 52+71+2=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #344702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344702 is #CBB8FD. Grayscale: #393939. Windows color (decimal): -13351166 or 149300. OLE color: 149300.

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

Color convert

RGB 52 71 2 -
CMYK 0.27 0 0.97 0.72
HSL 76.52º 0.95% 0.14% -
HSV(B) 76.52º 0.97% 0.28% -
XYZ 3.68 5.24 0.88 -
YUV 57.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 52 71 2 0.27 0 0.97 0.72 76.52 0.95 0.14
Hex 34 47 2 1B 0 61 48 4D 5F E
Octal 64 107 2 33 0 141 110 115 137 16
Binary 110100 1000111 10 11011 0 1100001 1001000 1001101 1011111 1110

Color Harmonies of #344702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344702

Black with #344702

Text Example


Text Example

White with #344702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344702; }

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

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

background-color css

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

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

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

border-color css

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

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

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