Html Css Color HEX #354313 Turtle Green

📋 copy color: '#354313'

red 53 ◦ green 67 ◦ blue 19

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

Shades of Turtle Green #354313

Tints of Turtle Green #354313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

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

R = 38.13%
G = 48.2%
B = 13.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#354313 (or 0x354313) is known color: Turtle Green. HEX triplet: 35, 43 and 13. RGB value is (53,67,19). Sum of RGB (Red+Green+Blue) = 53+67+19=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #354313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354313 is #CABCEC. Grayscale: #393939. Windows color (decimal): -13286637 or 1262389. OLE color: 1262389.

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

Color convert

RGB 53 67 19 -
CMYK 0.21 0 0.72 0.74
HSL 77.5º 0.56% 0.17% -
HSV(B) 77.5º 0.72% 0.26% -
XYZ 3.59 4.82 1.36 -
YUV 57.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 53 67 19 0.21 0 0.72 0.74 77.5 0.56 0.17
Hex 35 43 13 15 0 48 4A 4E 38 11
Octal 65 103 23 25 0 110 112 116 70 21
Binary 110101 1000011 10011 10101 0 1001000 1001010 1001110 111000 10001

Color Harmonies of #354313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354313

Black with #354313

Text Example


Text Example

White with #354313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354313; }

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

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

background-color css

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

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

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

border-color css

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

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

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