Html Css Color HEX #31520F Turtle Green

📋 copy color: '#31520F'

red 49 ◦ green 82 ◦ blue 15

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

Shades of Turtle Green #31520F

Tints of Turtle Green #31520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 56.16%

 BLUE value IS 15 (6.25% from 255) = 10.27%

R = 33.56%
G = 56.16%
B = 10.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#31520F (or 0x31520F) is known color: Turtle Green. HEX triplet: 31, 52 and 0F. RGB value is (49,82,15). Sum of RGB (Red+Green+Blue) = 49+82+15=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 82 (32.42% from 255 or 56.16% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 82 - color contains mainly: green. Hex color #31520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31520F is #CEADF0. Grayscale: #404040. Windows color (decimal): -13544945 or 1004081. OLE color: 1004081.

HSL color Cylindrical-coordinate representation of color #31520F: hue angle of 89.55º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31520F is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 15 -
CMYK 0.40 0 0.82 0.68
HSL 89.55º 0.69% 0.19% -
HSV(B) 89.55º 0.82% 0.32% -
XYZ 4.37 6.72 1.52 -
YUV 64.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 49 82 15 0.40 0 0.82 0.68 89.55 0.69 0.19
Hex 31 52 F 28 0 52 44 5A 45 13
Octal 61 122 17 50 0 122 104 132 105 23
Binary 110001 1010010 1111 101000 0 1010010 1000100 1011010 1000101 10011

Color Harmonies of #31520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31520F

Black with #31520F

Text Example


Text Example

White with #31520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31520F; }

 p { color: rgb(49,82,15); }

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

background-color css

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

 a { background-color: rgb(49,82,15); }

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

border-color css

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

 span { border-color: rgb(49,82,15); }

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