Html Css Color HEX #354113 Turtle Green

📋 copy color: '#354113'

red 53 ◦ green 65 ◦ blue 19

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

Shades of Turtle Green #354113

Tints of Turtle Green #354113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 47.45%

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

R = 38.69%
G = 47.45%
B = 13.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#354113 (or 0x354113) is known color: Turtle Green. HEX triplet: 35, 41 and 13. RGB value is (53,65,19). Sum of RGB (Red+Green+Blue) = 53+65+19=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #354113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354113 is #CABEEC. Grayscale: #383838. Windows color (decimal): -13287149 or 1261877. OLE color: 1261877.

HSL color Cylindrical-coordinate representation of color #354113: hue angle of 75.65º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354113 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 19 -
CMYK 0.18 0 0.71 0.75
HSL 75.65º 0.55% 0.16% -
HSV(B) 75.65º 0.71% 0.25% -
XYZ 3.48 4.58 1.32 -
YUV 56.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 53 65 19 0.18 0 0.71 0.75 75.65 0.55 0.16
Hex 35 41 13 12 0 47 4B 4C 37 10
Octal 65 101 23 22 0 107 113 114 67 20
Binary 110101 1000001 10011 10010 0 1000111 1001011 1001100 110111 10000

Color Harmonies of #354113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354113

Black with #354113

Text Example


Text Example

White with #354113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354113; }

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

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

background-color css

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

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

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

border-color css

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

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

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