Html Css Color HEX #344608 Turtle Green

📋 copy color: '#344608'

red 52 ◦ green 70 ◦ blue 8

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

Shades of Turtle Green #344608

Tints of Turtle Green #344608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 53.85%

 BLUE value IS 8 (3.52% from 255) = 6.15%

R = 40%
G = 53.85%
B = 6.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#344608 (or 0x344608) is known color: Turtle Green. HEX triplet: 34, 46 and 08. RGB value is (52,70,8). Sum of RGB (Red+Green+Blue) = 52+70+8=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #344608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344608 is #CBB9F7. Grayscale: #393939. Windows color (decimal): -13351416 or 542260. OLE color: 542260.

HSL color Cylindrical-coordinate representation of color #344608: hue angle of 77.42º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #344608 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 70 8 -
CMYK 0.26 0 0.89 0.73
HSL 77.42º 0.79% 0.15% -
HSV(B) 77.42º 0.89% 0.27% -
XYZ 3.65 5.13 1.03 -
YUV 57.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 52 70 8 0.26 0 0.89 0.73 77.42 0.79 0.15
Hex 34 46 8 1A 0 59 49 4D 4F F
Octal 64 106 10 32 0 131 111 115 117 17
Binary 110100 1000110 1000 11010 0 1011001 1001001 1001101 1001111 1111

Color Harmonies of #344608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344608

Black with #344608

Text Example


Text Example

White with #344608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344608; }

 p { color: rgb(52,70,8); }

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

background-color css

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

 a { background-color: rgb(52,70,8); }

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

border-color css

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

 span { border-color: rgb(52,70,8); }

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