Html Css Color HEX #35793E Japanese Laurel

📋 copy color: '#35793E'

red 53 ◦ green 121 ◦ blue 62

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

Shades of Japanese Laurel #35793E

Tints of Japanese Laurel #35793E

RGB

 RED value IS 53 (21.09% from 255) = 22.46%

 GREEN value IS 121 (47.66% from 255) = 51.27%

 BLUE value IS 62 (24.61% from 255) = 26.27%

R = 22.46%
G = 51.27%
B = 26.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#35793E (or 0x35793E) is known color: Japanese Laurel. HEX triplet: 35, 79 and 3E. RGB value is (53,121,62). Sum of RGB (Red+Green+Blue) = 53+121+62=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #35793E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35793E is #CA86C1. Grayscale: #5E5E5E. Windows color (decimal): -13272770 or 4094261. OLE color: 4094261.

HSL color Cylindrical-coordinate representation of color #35793E: hue angle of 127.94º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35793E is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 121 62 -
CMYK 0.56 0 0.49 0.53
HSL 127.94º 0.39% 0.34% -
HSV(B) 127.94º 0.56% 0.47% -
XYZ 9.18 14.78 6.93 -
YUV 93.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 53 121 62 0.56 0 0.49 0.53 127.94 0.39 0.34
Hex 35 79 3E 38 0 31 35 80 27 22
Octal 65 171 76 70 0 61 65 200 47 42
Binary 110101 1111001 111110 111000 0 110001 110101 10000000 100111 100010

Color Harmonies of #35793E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35793E

Black with #35793E

Text Example


Text Example

White with #35793E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35793E; }

 p { color: rgb(53,121,62); }

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

background-color css

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

 a { background-color: rgb(53,121,62); }

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

border-color css

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

 span { border-color: rgb(53,121,62); }

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