Html Css Color HEX #354315 Turtle Green

📋 copy color: '#354315'

red 53 ◦ green 67 ◦ blue 21

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

Shades of Turtle Green #354315

Tints of Turtle Green #354315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 37.59%
G = 47.52%
B = 14.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#354315 (or 0x354315) is known color: Turtle Green. HEX triplet: 35, 43 and 15. RGB value is (53,67,21). Sum of RGB (Red+Green+Blue) = 53+67+21=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #354315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354315 is #CABCEA. Grayscale: #393939. Windows color (decimal): -13286635 or 1393461. OLE color: 1393461.

HSL color Cylindrical-coordinate representation of color #354315: hue angle of 78.26º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #354315 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 67 21 -
CMYK 0.21 0 0.69 0.74
HSL 78.26º 0.52% 0.17% -
HSV(B) 78.26º 0.69% 0.26% -
XYZ 3.61 4.83 1.45 -
YUV 57.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 53 67 21 0.21 0 0.69 0.74 78.26 0.52 0.17
Hex 35 43 15 15 0 45 4A 4E 34 11
Octal 65 103 25 25 0 105 112 116 64 21
Binary 110101 1000011 10101 10101 0 1000101 1001010 1001110 110100 10001

Color Harmonies of #354315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354315

Black with #354315

Text Example


Text Example

White with #354315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354315; }

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

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

background-color css

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

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

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

border-color css

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

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

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