Html Css Color HEX #34440F Turtle Green

📋 copy color: '#34440F'

red 52 ◦ green 68 ◦ blue 15

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

Shades of Turtle Green #34440F

Tints of Turtle Green #34440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 38.52%
G = 50.37%
B = 11.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.73

RGB Variations

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

Color information

#34440F (or 0x34440F) is known color: Turtle Green. HEX triplet: 34, 44 and 0F. RGB value is (52,68,15). Sum of RGB (Red+Green+Blue) = 52+68+15=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #34440F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34440F is #CBBBF0. Grayscale: #393939. Windows color (decimal): -13351921 or 1000500. OLE color: 1000500.

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

Color convert

RGB 52 68 15 -
CMYK 0.24 0 0.78 0.73
HSL 78.11º 0.64% 0.16% -
HSV(B) 78.11º 0.78% 0.27% -
XYZ 3.57 4.9 1.21 -
YUV 57.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 52 68 15 0.24 0 0.78 0.73 78.11 0.64 0.16
Hex 34 44 F 18 0 4E 49 4E 40 10
Octal 64 104 17 30 0 116 111 116 100 20
Binary 110100 1000100 1111 11000 0 1001110 1001001 1001110 1000000 10000

Color Harmonies of #34440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34440F

Black with #34440F

Text Example


Text Example

White with #34440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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