Html Css Color HEX #354413 Turtle Green

📋 copy color: '#354413'

red 53 ◦ green 68 ◦ blue 19

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

Shades of Turtle Green #354413

Tints of Turtle Green #354413

RGB

 RED value IS 53 (21.09% from 255) = 37.86%

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

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

R = 37.86%
G = 48.57%
B = 13.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#354413 (or 0x354413) is known color: Turtle Green. HEX triplet: 35, 44 and 13. RGB value is (53,68,19). Sum of RGB (Red+Green+Blue) = 53+68+19=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 68 (26.95% from 255 or 48.57% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 68 - color contains mainly: green. Hex color #354413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354413 is #CABBEC. Grayscale: #3A3A3A. Windows color (decimal): -13286381 or 1262645. OLE color: 1262645.

HSL color Cylindrical-coordinate representation of color #354413: hue angle of 78.37º degrees, saturation: 0.56, 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 #354413 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 68 19 -
CMYK 0.22 0 0.72 0.73
HSL 78.37º 0.56% 0.17% -
HSV(B) 78.37º 0.72% 0.27% -
XYZ 3.65 4.94 1.38 -
YUV 57.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 53 68 19 0.22 0 0.72 0.73 78.37 0.56 0.17
Hex 35 44 13 16 0 48 49 4E 38 11
Octal 65 104 23 26 0 110 111 116 70 21
Binary 110101 1000100 10011 10110 0 1001000 1001001 1001110 111000 10001

Color Harmonies of #354413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354413

Black with #354413

Text Example


Text Example

White with #354413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354413; }

 p { color: rgb(53,68,19); }

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

background-color css

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

 a { background-color: rgb(53,68,19); }

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

border-color css

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

 span { border-color: rgb(53,68,19); }

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