Html Css Color HEX #31450D Turtle Green

📋 copy color: '#31450D'

red 49 ◦ green 69 ◦ blue 13

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

Shades of Turtle Green #31450D

Tints of Turtle Green #31450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.67%

 BLUE value IS 13 (5.47% from 255) = 9.92%

R = 37.4%
G = 52.67%
B = 9.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#31450D (or 0x31450D) is known color: Turtle Green. HEX triplet: 31, 45 and 0D. RGB value is (49,69,13). Sum of RGB (Red+Green+Blue) = 49+69+13=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #31450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31450D is #CEBAF2. Grayscale: #383838. Windows color (decimal): -13548275 or 869681. OLE color: 869681.

HSL color Cylindrical-coordinate representation of color #31450D: hue angle of 81.43º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31450D is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 69 13 -
CMYK 0.29 0 0.81 0.73
HSL 81.43º 0.68% 0.16% -
HSV(B) 81.43º 0.81% 0.27% -
XYZ 3.47 4.94 1.15 -
YUV 56.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 49 69 13 0.29 0 0.81 0.73 81.43 0.68 0.16
Hex 31 45 D 1D 0 51 49 51 44 10
Octal 61 105 15 35 0 121 111 121 104 20
Binary 110001 1000101 1101 11101 0 1010001 1001001 1010001 1000100 10000

Color Harmonies of #31450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31450D

Black with #31450D

Text Example


Text Example

White with #31450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31450D; }

 p { color: rgb(49,69,13); }

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

background-color css

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

 a { background-color: rgb(49,69,13); }

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

border-color css

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

 span { border-color: rgb(49,69,13); }

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