Html Css Color HEX #344802 Turtle Green

📋 copy color: '#344802'

red 52 ◦ green 72 ◦ blue 2

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

Shades of Turtle Green #344802

Tints of Turtle Green #344802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 57.14%

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

R = 41.27%
G = 57.14%
B = 1.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#344802 (or 0x344802) is known color: Turtle Green. HEX triplet: 34, 48 and 02. RGB value is (52,72,2). Sum of RGB (Red+Green+Blue) = 52+72+2=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #344802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344802 is #CBB7FD. Grayscale: #3A3A3A. Windows color (decimal): -13350910 or 149556. OLE color: 149556.

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

Color convert

RGB 52 72 2 -
CMYK 0.28 0 0.97 0.72
HSL 77.14º 0.95% 0.15% -
HSV(B) 77.14º 0.97% 0.28% -
XYZ 3.74 5.37 0.9 -
YUV 58.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 52 72 2 0.28 0 0.97 0.72 77.14 0.95 0.15
Hex 34 48 2 1C 0 61 48 4D 5F F
Octal 64 110 2 34 0 141 110 115 137 17
Binary 110100 1001000 10 11100 0 1100001 1001000 1001101 1011111 1111

Color Harmonies of #344802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344802

Black with #344802

Text Example


Text Example

White with #344802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344802; }

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

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

background-color css

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

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

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

border-color css

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

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

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