Html Css Color HEX #314316 Turtle Green

📋 copy color: '#314316'

red 49 ◦ green 67 ◦ blue 22

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

Shades of Turtle Green #314316

Tints of Turtle Green #314316

RGB

 RED value IS 49 (19.53% from 255) = 35.51%

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

 BLUE value IS 22 (8.98% from 255) = 15.94%

R = 35.51%
G = 48.55%
B = 15.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#314316 (or 0x314316) is known color: Turtle Green. HEX triplet: 31, 43 and 16. RGB value is (49,67,22). Sum of RGB (Red+Green+Blue) = 49+67+22=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #314316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314316 is #CEBCE9. Grayscale: #383838. Windows color (decimal): -13548778 or 1458993. OLE color: 1458993.

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

Color convert

RGB 49 67 22 -
CMYK 0.27 0 0.67 0.74
HSL 84º 0.51% 0.17% -
HSV(B) 84º 0.67% 0.26% -
XYZ 3.42 4.73 1.49 -
YUV 56.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 49 67 22 0.27 0 0.67 0.74 84 0.51 0.17
Hex 31 43 16 1B 0 43 4A 54 33 11
Octal 61 103 26 33 0 103 112 124 63 21
Binary 110001 1000011 10110 11011 0 1000011 1001010 1010100 110011 10001

Color Harmonies of #314316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314316

Black with #314316

Text Example


Text Example

White with #314316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314316; }

 p { color: rgb(49,67,22); }

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

background-color css

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

 a { background-color: rgb(49,67,22); }

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

border-color css

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

 span { border-color: rgb(49,67,22); }

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