Html Css Color HEX #354307 Turtle Green

📋 copy color: '#354307'

red 53 ◦ green 67 ◦ blue 7

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

Shades of Turtle Green #354307

Tints of Turtle Green #354307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 52.76%

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

R = 41.73%
G = 52.76%
B = 5.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.74

RGB Variations

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

Color information

#354307 (or 0x354307) is known color: Turtle Green. HEX triplet: 35, 43 and 07. RGB value is (53,67,7). Sum of RGB (Red+Green+Blue) = 53+67+7=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #354307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354307 is #CABCF8. Grayscale: #383838. Windows color (decimal): -13286649 or 475957. OLE color: 475957.

HSL color Cylindrical-coordinate representation of color #354307: hue angle of 74º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #354307 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 67 7 -
CMYK 0.21 0 0.90 0.74
HSL 74º 0.81% 0.15% -
HSV(B) 74º 0.9% 0.26% -
XYZ 3.51 4.79 0.94 -
YUV 55.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 53 67 7 0.21 0 0.90 0.74 74 0.81 0.15
Hex 35 43 7 15 0 5A 4A 4A 51 F
Octal 65 103 7 25 0 132 112 112 121 17
Binary 110101 1000011 111 10101 0 1011010 1001010 1001010 1010001 1111

Color Harmonies of #354307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354307

Black with #354307

Text Example


Text Example

White with #354307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354307; }

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

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

background-color css

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

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

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

border-color css

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

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

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