Html Css Color HEX #334513 Turtle Green

📋 copy color: '#334513'

red 51 ◦ green 69 ◦ blue 19

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

Shades of Turtle Green #334513

Tints of Turtle Green #334513

RGB

 RED value IS 51 (20.31% from 255) = 36.69%

 GREEN value IS 69 (27.34% from 255) = 49.64%

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 36.69%
G = 49.64%
B = 13.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#334513 (or 0x334513) is known color: Turtle Green. HEX triplet: 33, 45 and 13. RGB value is (51,69,19). Sum of RGB (Red+Green+Blue) = 51+69+19=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #334513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334513 is #CCBAEC. Grayscale: #3A3A3A. Windows color (decimal): -13417197 or 1262899. OLE color: 1262899.

HSL color Cylindrical-coordinate representation of color #334513: hue angle of 81.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334513 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 69 19 -
CMYK 0.26 0 0.72 0.73
HSL 81.6º 0.57% 0.17% -
HSV(B) 81.6º 0.72% 0.27% -
XYZ 3.61 5.01 1.39 -
YUV 57.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 51 69 19 0.26 0 0.72 0.73 81.6 0.57 0.17
Hex 33 45 13 1A 0 48 49 52 39 11
Octal 63 105 23 32 0 110 111 122 71 21
Binary 110011 1000101 10011 11010 0 1001000 1001001 1010010 111001 10001

Color Harmonies of #334513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334513

Black with #334513

Text Example


Text Example

White with #334513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334513; }

 p { color: rgb(51,69,19); }

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

background-color css

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

 a { background-color: rgb(51,69,19); }

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

border-color css

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

 span { border-color: rgb(51,69,19); }

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