Html Css Color HEX #35773D Japanese Laurel

📋 copy color: '#35773D'

red 53 ◦ green 119 ◦ blue 61

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

Shades of Japanese Laurel #35773D

Tints of Japanese Laurel #35773D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.07%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 22.75%
G = 51.07%
B = 26.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#35773D (or 0x35773D) is known color: Japanese Laurel. HEX triplet: 35, 77 and 3D. RGB value is (53,119,61). Sum of RGB (Red+Green+Blue) = 53+119+61=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #35773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35773D is #CA88C2. Grayscale: #5C5C5C. Windows color (decimal): -13273283 or 4028213. OLE color: 4028213.

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

Color convert

RGB 53 119 61 -
CMYK 0.55 0 0.49 0.53
HSL 127.27º 0.38% 0.34% -
HSV(B) 127.27º 0.55% 0.47% -
XYZ 8.91 14.29 6.7 -
YUV 92.65 110.13 99.72 -
System Red Green Blue C M Y K H S L
Decimal 53 119 61 0.55 0 0.49 0.53 127.27 0.38 0.34
Hex 35 77 3D 37 0 31 35 7F 26 22
Octal 65 167 75 67 0 61 65 177 46 42
Binary 110101 1110111 111101 110111 0 110001 110101 1111111 100110 100010

Color Harmonies of #35773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35773D

Black with #35773D

Text Example


Text Example

White with #35773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35773D; }

 p { color: rgb(53,119,61); }

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

background-color css

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

 a { background-color: rgb(53,119,61); }

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

border-color css

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

 span { border-color: rgb(53,119,61); }

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