Html Css Color HEX #819B35 Sushi

📋 copy color: '#819B35'

red 129 ◦ green 155 ◦ blue 53

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

Shades of Sushi #819B35

Tints of Sushi #819B35

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.99%

 BLUE value IS 53 (21.09% from 255) = 15.73%

R = 38.28%
G = 45.99%
B = 15.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#819B35 (or 0x819B35) is known color: Sushi. HEX triplet: 81, 9B and 35. RGB value is (129,155,53). Sum of RGB (Red+Green+Blue) = 129+155+53=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #819B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819B35 is #7E64CA. Grayscale: #878787. Windows color (decimal): -8283339 or 3513217. OLE color: 3513217.

HSL color Cylindrical-coordinate representation of color #819B35: hue angle of 75.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #819B35 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 155 53 -
CMYK 0.17 0 0.66 0.39
HSL 75.29º 0.49% 0.41% -
HSV(B) 75.29º 0.66% 0.61% -
XYZ 21.42 28.37 7.71 -
YUV 135.6 81.39 123.29 -
System Red Green Blue C M Y K H S L
Decimal 129 155 53 0.17 0 0.66 0.39 75.29 0.49 0.41
Hex 81 9B 35 11 0 42 27 4B 31 29
Octal 201 233 65 21 0 102 47 113 61 51
Binary 10000001 10011011 110101 10001 0 1000010 100111 1001011 110001 101001

Color Harmonies of #819B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819B35

Black with #819B35

Text Example


Text Example

White with #819B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,155,53); }

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

background-color css

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

 a { background-color: rgb(129,155,53); }

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

border-color css

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

 span { border-color: rgb(129,155,53); }

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