Html Css Color HEX #313405 Turtle Green

📋 copy color: '#313405'

red 49 ◦ green 52 ◦ blue 5

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

Shades of Turtle Green #313405

Tints of Turtle Green #313405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 49.06%

 BLUE value IS 5 (2.34% from 255) = 4.72%

R = 46.23%
G = 49.06%
B = 4.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.80

RGB Variations

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

Color information

#313405 (or 0x313405) is known color: Turtle Green. HEX triplet: 31, 34 and 05. RGB value is (49,52,5). Sum of RGB (Red+Green+Blue) = 49+52+5=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #313405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313405 is #CECBFA. Grayscale: #2D2D2D. Windows color (decimal): -13552635 or 341041. OLE color: 341041.

HSL color Cylindrical-coordinate representation of color #313405: hue angle of 63.83º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #313405 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 52 5 -
CMYK 0.06 0 0.90 0.80
HSL 63.83º 0.82% 0.11% -
HSV(B) 63.83º 0.9% 0.2% -
XYZ 2.52 3.12 0.61 -
YUV 45.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 49 52 5 0.06 0 0.90 0.80 63.83 0.82 0.11
Hex 31 34 5 6 0 5A 50 40 52 B
Octal 61 64 5 6 0 132 120 100 122 13
Binary 110001 110100 101 110 0 1011010 1010000 1000000 1010010 1011

Color Harmonies of #313405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313405

Black with #313405

Text Example


Text Example

White with #313405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313405; }

 p { color: rgb(49,52,5); }

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

background-color css

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

 a { background-color: rgb(49,52,5); }

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

border-color css

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

 span { border-color: rgb(49,52,5); }

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