Html Css Color HEX #31411A Turtle Green

📋 copy color: '#31411A'

red 49 ◦ green 65 ◦ blue 26

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

Shades of Turtle Green #31411A

Tints of Turtle Green #31411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 35%
G = 46.43%
B = 18.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#31411A (or 0x31411A) is known color: Turtle Green. HEX triplet: 31, 41 and 1A. RGB value is (49,65,26). Sum of RGB (Red+Green+Blue) = 49+65+26=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #31411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31411A is #CEBEE5. Grayscale: #373737. Windows color (decimal): -13549286 or 1720625. OLE color: 1720625.

HSL color Cylindrical-coordinate representation of color #31411A: hue angle of 84.62º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31411A is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 65 26 -
CMYK 0.25 0 0.60 0.75
HSL 84.62º 0.43% 0.18% -
HSV(B) 84.62º 0.6% 0.25% -
XYZ 3.34 4.51 1.67 -
YUV 55.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 49 65 26 0.25 0 0.60 0.75 84.62 0.43 0.18
Hex 31 41 1A 19 0 3C 4B 55 2B 12
Octal 61 101 32 31 0 74 113 125 53 22
Binary 110001 1000001 11010 11001 0 111100 1001011 1010101 101011 10010

Color Harmonies of #31411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31411A

Black with #31411A

Text Example


Text Example

White with #31411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31411A; }

 p { color: rgb(49,65,26); }

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

background-color css

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

 a { background-color: rgb(49,65,26); }

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

border-color css

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

 span { border-color: rgb(49,65,26); }

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