Html Css Color HEX #354A06 Turtle Green

📋 copy color: '#354A06'

red 53 ◦ green 74 ◦ blue 6

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

Shades of Turtle Green #354A06

Tints of Turtle Green #354A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.51%

R = 39.85%
G = 55.64%
B = 4.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#354A06 (or 0x354A06) is known color: Turtle Green. HEX triplet: 35, 4A and 06. RGB value is (53,74,6). Sum of RGB (Red+Green+Blue) = 53+74+6=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 74 (29.30% from 255 or 55.64% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 74 - color contains mainly: green. Hex color #354A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354A06 is #CAB5F9. Grayscale: #3C3C3C. Windows color (decimal): -13284858 or 412213. OLE color: 412213.

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

Color convert

RGB 53 74 6 -
CMYK 0.28 0 0.92 0.71
HSL 78.53º 0.85% 0.16% -
HSV(B) 78.53º 0.92% 0.29% -
XYZ 3.95 5.67 1.06 -
YUV 59.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 53 74 6 0.28 0 0.92 0.71 78.53 0.85 0.16
Hex 35 4A 6 1C 0 5C 47 4F 55 10
Octal 65 112 6 34 0 134 107 117 125 20
Binary 110101 1001010 110 11100 0 1011100 1000111 1001111 1010101 10000

Color Harmonies of #354A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A06

Black with #354A06

Text Example


Text Example

White with #354A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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