Html Css Color HEX #354E04 Turtle Green

📋 copy color: '#354E04'

red 53 ◦ green 78 ◦ blue 4

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

Shades of Turtle Green #354E04

Tints of Turtle Green #354E04

RGB

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

 GREEN value IS 78 (30.86% from 255) = 57.78%

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

R = 39.26%
G = 57.78%
B = 2.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#354E04 (or 0x354E04) is known color: Turtle Green. HEX triplet: 35, 4E and 04. RGB value is (53,78,4). Sum of RGB (Red+Green+Blue) = 53+78+4=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #354E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354E04 is #CAB1FB. Grayscale: #3E3E3E. Windows color (decimal): -13283836 or 282165. OLE color: 282165.

HSL color Cylindrical-coordinate representation of color #354E04: hue angle of 80.27º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #354E04 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 78 4 -
CMYK 0.32 0 0.95 0.69
HSL 80.27º 0.9% 0.16% -
HSV(B) 80.27º 0.95% 0.31% -
XYZ 4.21 6.21 1.09 -
YUV 62.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 53 78 4 0.32 0 0.95 0.69 80.27 0.9 0.16
Hex 35 4E 4 20 0 5F 45 50 5A 10
Octal 65 116 4 40 0 137 105 120 132 20
Binary 110101 1001110 100 100000 0 1011111 1000101 1010000 1011010 10000

Color Harmonies of #354E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E04

Black with #354E04

Text Example


Text Example

White with #354E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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