Html Css Color HEX #354A0D Turtle Green

📋 copy color: '#354A0D'

red 53 ◦ green 74 ◦ blue 13

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

Shades of Turtle Green #354A0D

Tints of Turtle Green #354A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.86%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 37.86%
G = 52.86%
B = 9.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#354A0D (or 0x354A0D) is known color: Turtle Green. HEX triplet: 35, 4A and 0D. RGB value is (53,74,13). Sum of RGB (Red+Green+Blue) = 53+74+13=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #354A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354A0D is #CAB5F2. Grayscale: #3C3C3C. Windows color (decimal): -13284851 or 870965. OLE color: 870965.

HSL color Cylindrical-coordinate representation of color #354A0D: hue angle of 80.66º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #354A0D is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 74 13 -
CMYK 0.28 0 0.82 0.71
HSL 80.66º 0.7% 0.17% -
HSV(B) 80.66º 0.82% 0.29% -
XYZ 3.99 5.68 1.27 -
YUV 60.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 53 74 13 0.28 0 0.82 0.71 80.66 0.7 0.17
Hex 35 4A D 1C 0 52 47 51 46 11
Octal 65 112 15 34 0 122 107 121 106 21
Binary 110101 1001010 1101 11100 0 1010010 1000111 1010001 1000110 10001

Color Harmonies of #354A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A0D

Black with #354A0D

Text Example


Text Example

White with #354A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,74,13); }

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

background-color css

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

 a { background-color: rgb(53,74,13); }

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

border-color css

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

 span { border-color: rgb(53,74,13); }

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