Html Css Color HEX #354C05 Turtle Green

📋 copy color: '#354C05'

red 53 ◦ green 76 ◦ blue 5

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

Shades of Turtle Green #354C05

Tints of Turtle Green #354C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.73%

R = 39.55%
G = 56.72%
B = 3.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.70

RGB Variations

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

Color information

#354C05 (or 0x354C05) is known color: Turtle Green. HEX triplet: 35, 4C and 05. RGB value is (53,76,5). Sum of RGB (Red+Green+Blue) = 53+76+5=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #354C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C05 is #CAB3FA. Grayscale: #3D3D3D. Windows color (decimal): -13284347 or 347189. OLE color: 347189.

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

Color convert

RGB 53 76 5 -
CMYK 0.30 0 0.93 0.70
HSL 79.44º 0.88% 0.16% -
HSV(B) 79.44º 0.93% 0.3% -
XYZ 4.08 5.94 1.07 -
YUV 61.03 96.38 122.27 -
System Red Green Blue C M Y K H S L
Decimal 53 76 5 0.30 0 0.93 0.70 79.44 0.88 0.16
Hex 35 4C 5 1E 0 5D 46 4F 58 10
Octal 65 114 5 36 0 135 106 117 130 20
Binary 110101 1001100 101 11110 0 1011101 1000110 1001111 1011000 10000

Color Harmonies of #354C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C05

Black with #354C05

Text Example


Text Example

White with #354C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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