Html Css Color HEX #31370A Turtle Green

📋 copy color: '#31370A'

red 49 ◦ green 55 ◦ blue 10

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

Shades of Turtle Green #31370A

Tints of Turtle Green #31370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.25%

 BLUE value IS 10 (4.3% from 255) = 8.77%

R = 42.98%
G = 48.25%
B = 8.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#31370A (or 0x31370A) is known color: Turtle Green. HEX triplet: 31, 37 and 0A. RGB value is (49,55,10). Sum of RGB (Red+Green+Blue) = 49+55+10=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #31370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31370A is #CEC8F5. Grayscale: #303030. Windows color (decimal): -13551862 or 669489. OLE color: 669489.

HSL color Cylindrical-coordinate representation of color #31370A: hue angle of 68º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31370A is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 55 10 -
CMYK 0.11 0 0.82 0.78
HSL 68º 0.69% 0.13% -
HSV(B) 68º 0.82% 0.22% -
XYZ 2.69 3.41 0.8 -
YUV 48.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 49 55 10 0.11 0 0.82 0.78 68 0.69 0.13
Hex 31 37 A B 0 52 4E 44 45 D
Octal 61 67 12 13 0 122 116 104 105 15
Binary 110001 110111 1010 1011 0 1010010 1001110 1000100 1000101 1101

Color Harmonies of #31370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31370A

Black with #31370A

Text Example


Text Example

White with #31370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,55,10); }

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

background-color css

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

 a { background-color: rgb(49,55,10); }

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

border-color css

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

 span { border-color: rgb(49,55,10); }

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