Html Css Color HEX #354B14 Turtle Green

📋 copy color: '#354B14'

red 53 ◦ green 75 ◦ blue 20

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

Shades of Turtle Green #354B14

Tints of Turtle Green #354B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50.68%

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 35.81%
G = 50.68%
B = 13.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#354B14 (or 0x354B14) is known color: Turtle Green. HEX triplet: 35, 4B and 14. RGB value is (53,75,20). Sum of RGB (Red+Green+Blue) = 53+75+20=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #354B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B14 is #CAB4EB. Grayscale: #3E3E3E. Windows color (decimal): -13284588 or 1329973. OLE color: 1329973.

HSL color Cylindrical-coordinate representation of color #354B14: hue angle of 84º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354B14 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 75 20 -
CMYK 0.29 0 0.73 0.71
HSL 84º 0.58% 0.19% -
HSV(B) 84º 0.73% 0.29% -
XYZ 4.11 5.84 1.57 -
YUV 62.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 53 75 20 0.29 0 0.73 0.71 84 0.58 0.19
Hex 35 4B 14 1D 0 49 47 54 3A 13
Octal 65 113 24 35 0 111 107 124 72 23
Binary 110101 1001011 10100 11101 0 1001001 1000111 1010100 111010 10011

Color Harmonies of #354B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354B14

Black with #354B14

Text Example


Text Example

White with #354B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354B14; }

 p { color: rgb(53,75,20); }

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

background-color css

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

 a { background-color: rgb(53,75,20); }

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

border-color css

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

 span { border-color: rgb(53,75,20); }

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