Html Css Color HEX #819A37 Sushi

📋 copy color: '#819A37'

red 129 ◦ green 154 ◦ blue 55

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

Shades of Sushi #819A37

Tints of Sushi #819A37

RGB

 RED value IS 129 (50.78% from 255) = 38.17%

 GREEN value IS 154 (60.55% from 255) = 45.56%

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

R = 38.17%
G = 45.56%
B = 16.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#819A37 (or 0x819A37) is known color: Sushi. HEX triplet: 81, 9A and 37. RGB value is (129,154,55). Sum of RGB (Red+Green+Blue) = 129+154+55=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #819A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819A37 is #7E65C8. Grayscale: #878787. Windows color (decimal): -8283593 or 3644033. OLE color: 3644033.

HSL color Cylindrical-coordinate representation of color #819A37: hue angle of 75.15º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #819A37 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 154 55 -
CMYK 0.16 0 0.64 0.40
HSL 75.15º 0.47% 0.41% -
HSV(B) 75.15º 0.64% 0.6% -
XYZ 21.3 28.05 7.91 -
YUV 135.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 129 154 55 0.16 0 0.64 0.40 75.15 0.47 0.41
Hex 81 9A 37 10 0 40 28 4B 2F 29
Octal 201 232 67 20 0 100 50 113 57 51
Binary 10000001 10011010 110111 10000 0 1000000 101000 1001011 101111 101001

Color Harmonies of #819A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819A37

Black with #819A37

Text Example


Text Example

White with #819A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819A37; }

 p { color: rgb(129,154,55); }

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

background-color css

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

 a { background-color: rgb(129,154,55); }

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

border-color css

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

 span { border-color: rgb(129,154,55); }

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