Html Css Color HEX #344402 Turtle Green

📋 copy color: '#344402'

red 52 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #344402

Tints of Turtle Green #344402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 55.74%

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

R = 42.62%
G = 55.74%
B = 1.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#344402 (or 0x344402) is known color: Turtle Green. HEX triplet: 34, 44 and 02. RGB value is (52,68,2). Sum of RGB (Red+Green+Blue) = 52+68+2=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #344402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344402 is #CBBBFD. Grayscale: #373737. Windows color (decimal): -13351934 or 148532. OLE color: 148532.

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

Color convert

RGB 52 68 2 -
CMYK 0.24 0 0.97 0.73
HSL 74.55º 0.94% 0.14% -
HSV(B) 74.55º 0.97% 0.27% -
XYZ 3.49 4.87 0.81 -
YUV 55.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 52 68 2 0.24 0 0.97 0.73 74.55 0.94 0.14
Hex 34 44 2 18 0 61 49 4B 5E E
Octal 64 104 2 30 0 141 111 113 136 16
Binary 110100 1000100 10 11000 0 1100001 1001001 1001011 1011110 1110

Color Harmonies of #344402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344402

Black with #344402

Text Example


Text Example

White with #344402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344402; }

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

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

background-color css

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

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

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

border-color css

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

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

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