Html Css Color HEX #34380C Turtle Green

📋 copy color: '#34380C'

red 52 ◦ green 56 ◦ blue 12

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

Shades of Turtle Green #34380C

Tints of Turtle Green #34380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10%

R = 43.33%
G = 46.67%
B = 10%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#34380C (or 0x34380C) is known color: Turtle Green. HEX triplet: 34, 38 and 0C. RGB value is (52,56,12). Sum of RGB (Red+Green+Blue) = 52+56+12=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 56 - color contains mainly: green. Hex color #34380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34380C is #CBC7F3. Grayscale: #313131. Windows color (decimal): -13354996 or 800820. OLE color: 800820.

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

Color convert

RGB 52 56 12 -
CMYK 0.07 0 0.79 0.78
HSL 65.45º 0.65% 0.13% -
HSV(B) 65.45º 0.79% 0.22% -
XYZ 2.9 3.58 0.89 -
YUV 49.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 52 56 12 0.07 0 0.79 0.78 65.45 0.65 0.13
Hex 34 38 C 7 0 4F 4E 41 41 D
Octal 64 70 14 7 0 117 116 101 101 15
Binary 110100 111000 1100 111 0 1001111 1001110 1000001 1000001 1101

Color Harmonies of #34380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34380C

Black with #34380C

Text Example


Text Example

White with #34380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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