Html Css Color HEX #317141 Camarone

📋 copy color: '#317141'

red 49 ◦ green 113 ◦ blue 65

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

Shades of Camarone #317141

Tints of Camarone #317141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 21.59%
G = 49.78%
B = 28.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#317141 (or 0x317141) is known color: Camarone. HEX triplet: 31, 71 and 41. RGB value is (49,113,65). Sum of RGB (Red+Green+Blue) = 49+113+65=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #317141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317141 is #CE8EBE. Grayscale: #585858. Windows color (decimal): -13536959 or 4288817. OLE color: 4288817.

HSL color Cylindrical-coordinate representation of color #317141: hue angle of 135º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317141 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 65 -
CMYK 0.57 0 0.42 0.56
HSL 135º 0.4% 0.32% -
HSV(B) 135º 0.57% 0.44% -
XYZ 8.13 12.84 7.05 -
YUV 88.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 49 113 65 0.57 0 0.42 0.56 135 0.4 0.32
Hex 31 71 41 39 0 2A 38 87 28 20
Octal 61 161 101 71 0 52 70 207 50 40
Binary 110001 1110001 1000001 111001 0 101010 111000 10000111 101000 100000

Color Harmonies of #317141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317141

Black with #317141

Text Example


Text Example

White with #317141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317141; }

 p { color: rgb(49,113,65); }

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

background-color css

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

 a { background-color: rgb(49,113,65); }

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

border-color css

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

 span { border-color: rgb(49,113,65); }

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