Html Css Color HEX #354014 Turtle Green

📋 copy color: '#354014'

red 53 ◦ green 64 ◦ blue 20

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

Shades of Turtle Green #354014

Tints of Turtle Green #354014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.72%

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

R = 38.69%
G = 46.72%
B = 14.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#354014 (or 0x354014) is known color: Turtle Green. HEX triplet: 35, 40 and 14. RGB value is (53,64,20). Sum of RGB (Red+Green+Blue) = 53+64+20=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #354014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354014 is #CABFEB. Grayscale: #373737. Windows color (decimal): -13287404 or 1327157. OLE color: 1327157.

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

Color convert

RGB 53 64 20 -
CMYK 0.17 0 0.69 0.75
HSL 75º 0.52% 0.16% -
HSV(B) 75º 0.69% 0.25% -
XYZ 3.43 4.47 1.34 -
YUV 55.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 53 64 20 0.17 0 0.69 0.75 75 0.52 0.16
Hex 35 40 14 11 0 45 4B 4B 34 10
Octal 65 100 24 21 0 105 113 113 64 20
Binary 110101 1000000 10100 10001 0 1000101 1001011 1001011 110100 10000

Color Harmonies of #354014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354014

Black with #354014

Text Example


Text Example

White with #354014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354014; }

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

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

background-color css

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

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

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

border-color css

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

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

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