Html Css Color HEX #344315 Turtle Green

📋 copy color: '#344315'

red 52 ◦ green 67 ◦ blue 21

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

Shades of Turtle Green #344315

Tints of Turtle Green #344315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.86%

 BLUE value IS 21 (8.59% from 255) = 15%

R = 37.14%
G = 47.86%
B = 15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#344315 (or 0x344315) is known color: Turtle Green. HEX triplet: 34, 43 and 15. RGB value is (52,67,21). Sum of RGB (Red+Green+Blue) = 52+67+21=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #344315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344315 is #CBBCEA. Grayscale: #393939. Windows color (decimal): -13352171 or 1393460. OLE color: 1393460.

HSL color Cylindrical-coordinate representation of color #344315: hue angle of 79.57º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #344315 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 67 21 -
CMYK 0.22 0 0.69 0.74
HSL 79.57º 0.52% 0.17% -
HSV(B) 79.57º 0.69% 0.26% -
XYZ 3.56 4.8 1.45 -
YUV 57.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 52 67 21 0.22 0 0.69 0.74 79.57 0.52 0.17
Hex 34 43 15 16 0 45 4A 50 34 11
Octal 64 103 25 26 0 105 112 120 64 21
Binary 110100 1000011 10101 10110 0 1000101 1001010 1010000 110100 10001

Color Harmonies of #344315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344315

Black with #344315

Text Example


Text Example

White with #344315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344315; }

 p { color: rgb(52,67,21); }

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

background-color css

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

 a { background-color: rgb(52,67,21); }

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

border-color css

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

 span { border-color: rgb(52,67,21); }

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