Html Css Color HEX #354C06 Turtle Green

📋 copy color: '#354C06'

red 53 ◦ green 76 ◦ blue 6

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

Shades of Turtle Green #354C06

Tints of Turtle Green #354C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 56.3%

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

R = 39.26%
G = 56.3%
B = 4.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#354C06 (or 0x354C06) is known color: Turtle Green. HEX triplet: 35, 4C and 06. RGB value is (53,76,6). Sum of RGB (Red+Green+Blue) = 53+76+6=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #354C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C06 is #CAB3F9. Grayscale: #3D3D3D. Windows color (decimal): -13284346 or 412725. OLE color: 412725.

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

Color convert

RGB 53 76 6 -
CMYK 0.30 0 0.92 0.70
HSL 79.71º 0.85% 0.16% -
HSV(B) 79.71º 0.92% 0.3% -
XYZ 4.09 5.94 1.1 -
YUV 61.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 53 76 6 0.30 0 0.92 0.70 79.71 0.85 0.16
Hex 35 4C 6 1E 0 5C 46 50 55 10
Octal 65 114 6 36 0 134 106 120 125 20
Binary 110101 1001100 110 11110 0 1011100 1000110 1010000 1010101 10000

Color Harmonies of #354C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C06

Black with #354C06

Text Example


Text Example

White with #354C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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