Html Css Color HEX #313703 Turtle Green

📋 copy color: '#313703'

red 49 ◦ green 55 ◦ blue 3

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

Shades of Turtle Green #313703

Tints of Turtle Green #313703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.8%

R = 45.79%
G = 51.4%
B = 2.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#313703 (or 0x313703) is known color: Turtle Green. HEX triplet: 31, 37 and 03. RGB value is (49,55,3). Sum of RGB (Red+Green+Blue) = 49+55+3=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #313703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313703 is #CEC8FC. Grayscale: #2F2F2F. Windows color (decimal): -13551869 or 210737. OLE color: 210737.

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

Color convert

RGB 49 55 3 -
CMYK 0.11 0 0.95 0.78
HSL 66.92º 0.9% 0.11% -
HSV(B) 66.92º 0.95% 0.22% -
XYZ 2.65 3.39 0.6 -
YUV 47.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 49 55 3 0.11 0 0.95 0.78 66.92 0.9 0.11
Hex 31 37 3 B 0 5F 4E 43 5A B
Octal 61 67 3 13 0 137 116 103 132 13
Binary 110001 110111 11 1011 0 1011111 1001110 1000011 1011010 1011

Color Harmonies of #313703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313703

Black with #313703

Text Example


Text Example

White with #313703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313703; }

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

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

background-color css

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

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

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

border-color css

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

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

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