Html Css Color HEX #354104 Turtle Green

📋 copy color: '#354104'

red 53 ◦ green 65 ◦ blue 4

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

Shades of Turtle Green #354104

Tints of Turtle Green #354104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.28%

R = 43.44%
G = 53.28%
B = 3.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#354104 (or 0x354104) is known color: Turtle Green. HEX triplet: 35, 41 and 04. RGB value is (53,65,4). Sum of RGB (Red+Green+Blue) = 53+65+4=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #354104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354104 is #CABEFB. Grayscale: #363636. Windows color (decimal): -13287164 or 278837. OLE color: 278837.

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

Color convert

RGB 53 65 4 -
CMYK 0.18 0 0.94 0.75
HSL 71.8º 0.88% 0.14% -
HSV(B) 71.8º 0.94% 0.25% -
XYZ 3.38 4.55 0.81 -
YUV 54.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 53 65 4 0.18 0 0.94 0.75 71.8 0.88 0.14
Hex 35 41 4 12 0 5E 4B 48 58 E
Octal 65 101 4 22 0 136 113 110 130 16
Binary 110101 1000001 100 10010 0 1011110 1001011 1001000 1011000 1110

Color Harmonies of #354104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354104

Black with #354104

Text Example


Text Example

White with #354104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354104; }

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

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

background-color css

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

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

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

border-color css

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

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

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