Html Css Color HEX #317241 Camarone

📋 copy color: '#317241'

red 49 ◦ green 114 ◦ blue 65

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

Shades of Camarone #317241

Tints of Camarone #317241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50%

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

R = 21.49%
G = 50%
B = 28.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#317241 (or 0x317241) is known color: Camarone. HEX triplet: 31, 72 and 41. RGB value is (49,114,65). Sum of RGB (Red+Green+Blue) = 49+114+65=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #317241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317241 is #CE8DBE. Grayscale: #595959. Windows color (decimal): -13536703 or 4289073. OLE color: 4289073.

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

Color convert

RGB 49 114 65 -
CMYK 0.57 0 0.43 0.55
HSL 134.77º 0.4% 0.32% -
HSV(B) 134.77º 0.57% 0.45% -
XYZ 8.24 13.07 7.09 -
YUV 88.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 49 114 65 0.57 0 0.43 0.55 134.77 0.4 0.32
Hex 31 72 41 39 0 2B 37 87 28 20
Octal 61 162 101 71 0 53 67 207 50 40
Binary 110001 1110010 1000001 111001 0 101011 110111 10000111 101000 100000

Color Harmonies of #317241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317241

Black with #317241

Text Example


Text Example

White with #317241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317241; }

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

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

background-color css

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

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

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

border-color css

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

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

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