Html Css Color HEX #138231 Camarone

📋 copy color: '#138231'

red 19 ◦ green 130 ◦ blue 49

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

Shades of Camarone #138231

Tints of Camarone #138231

RGB

 RED value IS 19 (7.81% from 255) = 9.6%

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

 BLUE value IS 49 (19.53% from 255) = 24.75%

R = 9.6%
G = 65.66%
B = 24.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#138231 (or 0x138231) is known color: Camarone. HEX triplet: 13, 82 and 31. RGB value is (19,130,49). Sum of RGB (Red+Green+Blue) = 19+130+49=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #138231 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138231 is #EC7DCE. Grayscale: #575757. Windows color (decimal): -15498703 or 3244563. OLE color: 3244563.

HSL color Cylindrical-coordinate representation of color #138231: hue angle of 136.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #138231 is Cyan = 0.85, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 130 49 -
CMYK 0.85 0 0.62 0.49
HSL 136.22º 0.74% 0.29% -
HSV(B) 136.22º 0.85% 0.51% -
XYZ 8.81 16.33 5.59 -
YUV 87.58 106.23 79.09 -
System Red Green Blue C M Y K H S L
Decimal 19 130 49 0.85 0 0.62 0.49 136.22 0.74 0.29
Hex 13 82 31 55 0 3E 31 88 4A 1D
Octal 23 202 61 125 0 76 61 210 112 35
Binary 10011 10000010 110001 1010101 0 111110 110001 10001000 1001010 11101

Color Harmonies of #138231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138231

Black with #138231

Text Example


Text Example

White with #138231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138231; }

 p { color: rgb(19,130,49); }

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

background-color css

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

 a { background-color: rgb(19,130,49); }

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

border-color css

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

 span { border-color: rgb(19,130,49); }

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