Html Css Color HEX #313807 Turtle Green

📋 copy color: '#313807'

red 49 ◦ green 56 ◦ blue 7

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

Shades of Turtle Green #313807

Tints of Turtle Green #313807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50%

 BLUE value IS 7 (3.13% from 255) = 6.25%

R = 43.75%
G = 50%
B = 6.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#313807 (or 0x313807) is known color: Turtle Green. HEX triplet: 31, 38 and 07. RGB value is (49,56,7). Sum of RGB (Red+Green+Blue) = 49+56+7=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #313807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313807 is #CEC7F8. Grayscale: #303030. Windows color (decimal): -13551609 or 473137. OLE color: 473137.

HSL color Cylindrical-coordinate representation of color #313807: hue angle of 68.57º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #313807 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 56 7 -
CMYK 0.12 0 0.88 0.78
HSL 68.57º 0.78% 0.12% -
HSV(B) 68.57º 0.88% 0.22% -
XYZ 2.72 3.5 0.73 -
YUV 48.32 104.68 128.48 -
System Red Green Blue C M Y K H S L
Decimal 49 56 7 0.12 0 0.88 0.78 68.57 0.78 0.12
Hex 31 38 7 C 0 58 4E 45 4E C
Octal 61 70 7 14 0 130 116 105 116 14
Binary 110001 111000 111 1100 0 1011000 1001110 1000101 1001110 1100

Color Harmonies of #313807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313807

Black with #313807

Text Example


Text Example

White with #313807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313807; }

 p { color: rgb(49,56,7); }

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

background-color css

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

 a { background-color: rgb(49,56,7); }

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

border-color css

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

 span { border-color: rgb(49,56,7); }

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