Html Css Color HEX #354108 Turtle Green

📋 copy color: '#354108'

red 53 ◦ green 65 ◦ blue 8

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

Shades of Turtle Green #354108

Tints of Turtle Green #354108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 51.59%

 BLUE value IS 8 (3.52% from 255) = 6.35%

R = 42.06%
G = 51.59%
B = 6.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#354108 (or 0x354108) is known color: Turtle Green. HEX triplet: 35, 41 and 08. RGB value is (53,65,8). Sum of RGB (Red+Green+Blue) = 53+65+8=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #354108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354108 is #CABEF7. Grayscale: #373737. Windows color (decimal): -13287160 or 540981. OLE color: 540981.

HSL color Cylindrical-coordinate representation of color #354108: hue angle of 72.63º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #354108 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 8 -
CMYK 0.18 0 0.88 0.75
HSL 72.63º 0.78% 0.14% -
HSV(B) 72.63º 0.88% 0.25% -
XYZ 3.4 4.56 0.93 -
YUV 54.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 53 65 8 0.18 0 0.88 0.75 72.63 0.78 0.14
Hex 35 41 8 12 0 58 4B 49 4E E
Octal 65 101 10 22 0 130 113 111 116 16
Binary 110101 1000001 1000 10010 0 1011000 1001011 1001001 1001110 1110

Color Harmonies of #354108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354108

Black with #354108

Text Example


Text Example

White with #354108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354108; }

 p { color: rgb(53,65,8); }

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

background-color css

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

 a { background-color: rgb(53,65,8); }

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

border-color css

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

 span { border-color: rgb(53,65,8); }

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