Html Css Color HEX #354D12 Turtle Green

📋 copy color: '#354D12'

red 53 ◦ green 77 ◦ blue 18

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

Shades of Turtle Green #354D12

Tints of Turtle Green #354D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 52.03%

 BLUE value IS 18 (7.42% from 255) = 12.16%

R = 35.81%
G = 52.03%
B = 12.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.70

RGB Variations

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

Color information

#354D12 (or 0x354D12) is known color: Turtle Green. HEX triplet: 35, 4D and 12. RGB value is (53,77,18). Sum of RGB (Red+Green+Blue) = 53+77+18=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 77 (30.47% from 255 or 52.03% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 77 - color contains mainly: green. Hex color #354D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D12 is #CAB2ED. Grayscale: #3F3F3F. Windows color (decimal): -13284078 or 1199413. OLE color: 1199413.

HSL color Cylindrical-coordinate representation of color #354D12: hue angle of 84.41º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354D12 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 77 18 -
CMYK 0.31 0 0.77 0.70
HSL 84.41º 0.62% 0.19% -
HSV(B) 84.41º 0.77% 0.3% -
XYZ 4.23 6.11 1.53 -
YUV 63.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 53 77 18 0.31 0 0.77 0.70 84.41 0.62 0.19
Hex 35 4D 12 1F 0 4D 46 54 3E 13
Octal 65 115 22 37 0 115 106 124 76 23
Binary 110101 1001101 10010 11111 0 1001101 1000110 1010100 111110 10011

Color Harmonies of #354D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D12

Black with #354D12

Text Example


Text Example

White with #354D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,77,18); }

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

background-color css

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

 a { background-color: rgb(53,77,18); }

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

border-color css

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

 span { border-color: rgb(53,77,18); }

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