Html Css Color HEX #314005 Turtle Green

📋 copy color: '#314005'

red 49 ◦ green 64 ◦ blue 5

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

Shades of Turtle Green #314005

Tints of Turtle Green #314005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.24%

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

R = 41.53%
G = 54.24%
B = 4.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#314005 (or 0x314005) is known color: Turtle Green. HEX triplet: 31, 40 and 05. RGB value is (49,64,5). Sum of RGB (Red+Green+Blue) = 49+64+5=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #314005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #314005 is #CEBFFA. Grayscale: #353535. Windows color (decimal): -13549563 or 344113. OLE color: 344113.

HSL color Cylindrical-coordinate representation of color #314005: hue angle of 75.25º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #314005 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 64 5 -
CMYK 0.23 0 0.92 0.75
HSL 75.25º 0.86% 0.14% -
HSV(B) 75.25º 0.92% 0.25% -
XYZ 3.13 4.33 0.81 -
YUV 52.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 49 64 5 0.23 0 0.92 0.75 75.25 0.86 0.14
Hex 31 40 5 17 0 5C 4B 4B 56 E
Octal 61 100 5 27 0 134 113 113 126 16
Binary 110001 1000000 101 10111 0 1011100 1001011 1001011 1010110 1110

Color Harmonies of #314005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314005

Black with #314005

Text Example


Text Example

White with #314005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314005; }

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

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

background-color css

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

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

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

border-color css

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

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

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