Html Css Color HEX #354907 Turtle Green

📋 copy color: '#354907'

red 53 ◦ green 73 ◦ blue 7

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

Shades of Turtle Green #354907

Tints of Turtle Green #354907

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.89%

 BLUE value IS 7 (3.13% from 255) = 5.26%

R = 39.85%
G = 54.89%
B = 5.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#354907 (or 0x354907) is known color: Turtle Green. HEX triplet: 35, 49 and 07. RGB value is (53,73,7). Sum of RGB (Red+Green+Blue) = 53+73+7=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #354907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354907 is #CAB6F8. Grayscale: #3B3B3B. Windows color (decimal): -13285113 or 477493. OLE color: 477493.

HSL color Cylindrical-coordinate representation of color #354907: hue angle of 78.18º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #354907 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 73 7 -
CMYK 0.27 0 0.90 0.71
HSL 78.18º 0.83% 0.16% -
HSV(B) 78.18º 0.9% 0.29% -
XYZ 3.89 5.54 1.06 -
YUV 59.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 53 73 7 0.27 0 0.90 0.71 78.18 0.83 0.16
Hex 35 49 7 1B 0 5A 47 4E 52 10
Octal 65 111 7 33 0 132 107 116 122 20
Binary 110101 1001001 111 11011 0 1011010 1000111 1001110 1010010 10000

Color Harmonies of #354907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354907

Black with #354907

Text Example


Text Example

White with #354907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354907; }

 p { color: rgb(53,73,7); }

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

background-color css

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

 a { background-color: rgb(53,73,7); }

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

border-color css

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

 span { border-color: rgb(53,73,7); }

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