Html Css Color HEX #198237 Camarone

📋 copy color: '#198237'

red 25 ◦ green 130 ◦ blue 55

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

Shades of Camarone #198237

Tints of Camarone #198237

RGB

 RED value IS 25 (10.16% from 255) = 11.9%

 GREEN value IS 130 (51.17% from 255) = 61.9%

 BLUE value IS 55 (21.88% from 255) = 26.19%

R = 11.9%
G = 61.9%
B = 26.19%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#198237 (or 0x198237) is known color: Camarone. HEX triplet: 19, 82 and 37. RGB value is (25,130,55). Sum of RGB (Red+Green+Blue) = 25+130+55=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #198237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198237 is #E67DC8. Grayscale: #5A5A5A. Windows color (decimal): -15105481 or 3637785. OLE color: 3637785.

HSL color Cylindrical-coordinate representation of color #198237: hue angle of 137.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198237 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 25 130 55 -
CMYK 0.81 0 0.58 0.49
HSL 137.14º 0.68% 0.3% -
HSV(B) 137.14º 0.81% 0.51% -
XYZ 9.07 16.45 6.31 -
YUV 90.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 25 130 55 0.81 0 0.58 0.49 137.14 0.68 0.3
Hex 19 82 37 51 0 3A 31 89 44 1E
Octal 31 202 67 121 0 72 61 211 104 36
Binary 11001 10000010 110111 1010001 0 111010 110001 10001001 1000100 11110

Color Harmonies of #198237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198237

Black with #198237

Text Example


Text Example

White with #198237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198237; }

 p { color: rgb(25,130,55); }

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

background-color css

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

 a { background-color: rgb(25,130,55); }

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

border-color css

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

 span { border-color: rgb(25,130,55); }

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