Html Css Color HEX #35733E Japanese Laurel

📋 copy color: '#35733E'

red 53 ◦ green 115 ◦ blue 62

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

Shades of Japanese Laurel #35733E

Tints of Japanese Laurel #35733E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50%

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

R = 23.04%
G = 50%
B = 26.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#35733E (or 0x35733E) is known color: Japanese Laurel. HEX triplet: 35, 73 and 3E. RGB value is (53,115,62). Sum of RGB (Red+Green+Blue) = 53+115+62=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #35733E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35733E is #CA8CC1. Grayscale: #5A5A5A. Windows color (decimal): -13274306 or 4092725. OLE color: 4092725.

HSL color Cylindrical-coordinate representation of color #35733E: hue angle of 128.71º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35733E is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 62 -
CMYK 0.54 0 0.46 0.55
HSL 128.71º 0.37% 0.33% -
HSV(B) 128.71º 0.54% 0.45% -
XYZ 8.47 13.37 6.69 -
YUV 90.42 111.96 101.31 -
System Red Green Blue C M Y K H S L
Decimal 53 115 62 0.54 0 0.46 0.55 128.71 0.37 0.33
Hex 35 73 3E 36 0 2E 37 81 25 21
Octal 65 163 76 66 0 56 67 201 45 41
Binary 110101 1110011 111110 110110 0 101110 110111 10000001 100101 100001

Color Harmonies of #35733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35733E

Black with #35733E

Text Example


Text Example

White with #35733E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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