Html Css Color HEX #354017 Turtle Green

📋 copy color: '#354017'

red 53 ◦ green 64 ◦ blue 23

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

Shades of Turtle Green #354017

Tints of Turtle Green #354017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.43%

R = 37.86%
G = 45.71%
B = 16.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#354017 (or 0x354017) is known color: Turtle Green. HEX triplet: 35, 40 and 17. RGB value is (53,64,23). Sum of RGB (Red+Green+Blue) = 53+64+23=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #354017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354017 is #CABFE8. Grayscale: #383838. Windows color (decimal): -13287401 or 1523765. OLE color: 1523765.

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

Color convert

RGB 53 64 23 -
CMYK 0.17 0 0.64 0.75
HSL 76.1º 0.47% 0.17% -
HSV(B) 76.1º 0.64% 0.25% -
XYZ 3.46 4.49 1.49 -
YUV 56.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 53 64 23 0.17 0 0.64 0.75 76.1 0.47 0.17
Hex 35 40 17 11 0 40 4B 4C 2F 11
Octal 65 100 27 21 0 100 113 114 57 21
Binary 110101 1000000 10111 10001 0 1000000 1001011 1001100 101111 10001

Color Harmonies of #354017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354017

Black with #354017

Text Example


Text Example

White with #354017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354017; }

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

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

background-color css

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

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

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

border-color css

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

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

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