Html Css Color HEX #34440D Turtle Green

📋 copy color: '#34440D'

red 52 ◦ green 68 ◦ blue 13

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

Shades of Turtle Green #34440D

Tints of Turtle Green #34440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 39.1%
G = 51.13%
B = 9.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#34440D (or 0x34440D) is known color: Turtle Green. HEX triplet: 34, 44 and 0D. RGB value is (52,68,13). Sum of RGB (Red+Green+Blue) = 52+68+13=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #34440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34440D is #CBBBF2. Grayscale: #393939. Windows color (decimal): -13351923 or 869428. OLE color: 869428.

HSL color Cylindrical-coordinate representation of color #34440D: hue angle of 77.45º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34440D is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 68 13 -
CMYK 0.24 0 0.81 0.73
HSL 77.45º 0.68% 0.16% -
HSV(B) 77.45º 0.81% 0.27% -
XYZ 3.56 4.89 1.14 -
YUV 56.95 103.2 124.47 -
System Red Green Blue C M Y K H S L
Decimal 52 68 13 0.24 0 0.81 0.73 77.45 0.68 0.16
Hex 34 44 D 18 0 51 49 4D 44 10
Octal 64 104 15 30 0 121 111 115 104 20
Binary 110100 1000100 1101 11000 0 1010001 1001001 1001101 1000100 10000

Color Harmonies of #34440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34440D

Black with #34440D

Text Example


Text Example

White with #34440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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