Html Css Color HEX #344115 Turtle Green

📋 copy color: '#344115'

red 52 ◦ green 65 ◦ blue 21

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

Shades of Turtle Green #344115

Tints of Turtle Green #344115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.1%

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

R = 37.68%
G = 47.1%
B = 15.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#344115 (or 0x344115) is known color: Turtle Green. HEX triplet: 34, 41 and 15. RGB value is (52,65,21). Sum of RGB (Red+Green+Blue) = 52+65+21=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #344115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344115 is #CBBEEA. Grayscale: #383838. Windows color (decimal): -13352683 or 1392948. OLE color: 1392948.

HSL color Cylindrical-coordinate representation of color #344115: hue angle of 77.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #344115 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 21 -
CMYK 0.20 0 0.68 0.75
HSL 77.73º 0.51% 0.17% -
HSV(B) 77.73º 0.68% 0.25% -
XYZ 3.44 4.56 1.41 -
YUV 56.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 52 65 21 0.20 0 0.68 0.75 77.73 0.51 0.17
Hex 34 41 15 14 0 44 4B 4E 33 11
Octal 64 101 25 24 0 104 113 116 63 21
Binary 110100 1000001 10101 10100 0 1000100 1001011 1001110 110011 10001

Color Harmonies of #344115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344115

Black with #344115

Text Example


Text Example

White with #344115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344115; }

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

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

background-color css

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

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

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

border-color css

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

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

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