Html Css Color HEX #344215 Turtle Green

📋 copy color: '#344215'

red 52 ◦ green 66 ◦ blue 21

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

Shades of Turtle Green #344215

Tints of Turtle Green #344215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.48%

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

R = 37.41%
G = 47.48%
B = 15.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#344215 (or 0x344215) is known color: Turtle Green. HEX triplet: 34, 42 and 15. RGB value is (52,66,21). Sum of RGB (Red+Green+Blue) = 52+66+21=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #344215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344215 is #CBBDEA. Grayscale: #383838. Windows color (decimal): -13352427 or 1393204. OLE color: 1393204.

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

Color convert

RGB 52 66 21 -
CMYK 0.21 0 0.68 0.74
HSL 78.67º 0.52% 0.17% -
HSV(B) 78.67º 0.68% 0.26% -
XYZ 3.5 4.68 1.43 -
YUV 56.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 52 66 21 0.21 0 0.68 0.74 78.67 0.52 0.17
Hex 34 42 15 15 0 44 4A 4F 34 11
Octal 64 102 25 25 0 104 112 117 64 21
Binary 110100 1000010 10101 10101 0 1000100 1001010 1001111 110100 10001

Color Harmonies of #344215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344215

Black with #344215

Text Example


Text Example

White with #344215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344215; }

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

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

background-color css

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

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

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

border-color css

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

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

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