Html Css Color HEX #35793C Japanese Laurel

📋 copy color: '#35793C'

red 53 ◦ green 121 ◦ blue 60

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

Shades of Japanese Laurel #35793C

Tints of Japanese Laurel #35793C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.64%

R = 22.65%
G = 51.71%
B = 25.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#35793C (or 0x35793C) is known color: Japanese Laurel. HEX triplet: 35, 79 and 3C. RGB value is (53,121,60). Sum of RGB (Red+Green+Blue) = 53+121+60=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #35793C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35793C is #CA86C3. Grayscale: #5D5D5D. Windows color (decimal): -13272772 or 3963189. OLE color: 3963189.

HSL color Cylindrical-coordinate representation of color #35793C: hue angle of 126.18º 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 #35793C is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 121 60 -
CMYK 0.56 0 0.50 0.53
HSL 126.18º 0.39% 0.34% -
HSV(B) 126.18º 0.56% 0.47% -
XYZ 9.12 14.76 6.64 -
YUV 93.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 53 121 60 0.56 0 0.50 0.53 126.18 0.39 0.34
Hex 35 79 3C 38 0 32 35 7E 27 22
Octal 65 171 74 70 0 62 65 176 47 42
Binary 110101 1111001 111100 111000 0 110010 110101 1111110 100111 100010

Color Harmonies of #35793C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35793C

Black with #35793C

Text Example


Text Example

White with #35793C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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