Html Css Color HEX #34380D Turtle Green

📋 copy color: '#34380D'

red 52 ◦ green 56 ◦ blue 13

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

Shades of Turtle Green #34380D

Tints of Turtle Green #34380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.28%

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

R = 42.98%
G = 46.28%
B = 10.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#34380D (or 0x34380D) is known color: Turtle Green. HEX triplet: 34, 38 and 0D. RGB value is (52,56,13). Sum of RGB (Red+Green+Blue) = 52+56+13=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #34380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34380D is #CBC7F2. Grayscale: #323232. Windows color (decimal): -13354995 or 866356. OLE color: 866356.

HSL color Cylindrical-coordinate representation of color #34380D: hue angle of 65.58º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34380D is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 56 13 -
CMYK 0.07 0 0.77 0.78
HSL 65.58º 0.62% 0.14% -
HSV(B) 65.58º 0.77% 0.22% -
XYZ 2.9 3.59 0.92 -
YUV 49.9 107.17 129.5 -
System Red Green Blue C M Y K H S L
Decimal 52 56 13 0.07 0 0.77 0.78 65.58 0.62 0.14
Hex 34 38 D 7 0 4D 4E 42 3E E
Octal 64 70 15 7 0 115 116 102 76 16
Binary 110100 111000 1101 111 0 1001101 1001110 1000010 111110 1110

Color Harmonies of #34380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34380D

Black with #34380D

Text Example


Text Example

White with #34380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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