Html Css Color HEX #35783C Japanese Laurel

📋 copy color: '#35783C'

red 53 ◦ green 120 ◦ blue 60

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

Shades of Japanese Laurel #35783C

Tints of Japanese Laurel #35783C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.5%

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

R = 22.75%
G = 51.5%
B = 25.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#35783C (or 0x35783C) is known color: Japanese Laurel. HEX triplet: 35, 78 and 3C. RGB value is (53,120,60). Sum of RGB (Red+Green+Blue) = 53+120+60=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #35783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35783C is #CA87C3. Grayscale: #5D5D5D. Windows color (decimal): -13273028 or 3962933. OLE color: 3962933.

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

Color convert

RGB 53 120 60 -
CMYK 0.56 0 0.5 0.53
HSL 126.27º 0.39% 0.34% -
HSV(B) 126.27º 0.56% 0.47% -
XYZ 9 14.52 6.6 -
YUV 93.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 53 120 60 0.56 0 0.5 0.53 126.27 0.39 0.34
Hex 35 78 3C 38 0 32 35 7E 27 22
Octal 65 170 74 70 0 62 65 176 47 42
Binary 110101 1111000 111100 111000 0 110010 110101 1111110 100111 100010

Color Harmonies of #35783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35783C

Black with #35783C

Text Example


Text Example

White with #35783C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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