Html Css Color HEX #34380F Turtle Green

📋 copy color: '#34380F'

red 52 ◦ green 56 ◦ blue 15

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

Shades of Turtle Green #34380F

Tints of Turtle Green #34380F

RGB

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

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

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

R = 42.28%
G = 45.53%
B = 12.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#34380F (or 0x34380F) is known color: Turtle Green. HEX triplet: 34, 38 and 0F. RGB value is (52,56,15). Sum of RGB (Red+Green+Blue) = 52+56+15=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #34380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34380F is #CBC7F0. Grayscale: #323232. Windows color (decimal): -13354993 or 997428. OLE color: 997428.

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

Color convert

RGB 52 56 15 -
CMYK 0.07 0 0.73 0.78
HSL 65.85º 0.58% 0.14% -
HSV(B) 65.85º 0.73% 0.22% -
XYZ 2.92 3.59 0.99 -
YUV 50.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 52 56 15 0.07 0 0.73 0.78 65.85 0.58 0.14
Hex 34 38 F 7 0 49 4E 42 3A E
Octal 64 70 17 7 0 111 116 102 72 16
Binary 110100 111000 1111 111 0 1001001 1001110 1000010 111010 1110

Color Harmonies of #34380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34380F

Black with #34380F

Text Example


Text Example

White with #34380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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