Html Css Color HEX #35743E Japanese Laurel

📋 copy color: '#35743E'

red 53 ◦ green 116 ◦ blue 62

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

Shades of Japanese Laurel #35743E

Tints of Japanese Laurel #35743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.22%

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

R = 22.94%
G = 50.22%
B = 26.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#35743E (or 0x35743E) is known color: Japanese Laurel. HEX triplet: 35, 74 and 3E. RGB value is (53,116,62). Sum of RGB (Red+Green+Blue) = 53+116+62=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #35743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35743E is #CA8BC1. Grayscale: #5B5B5B. Windows color (decimal): -13274050 or 4092981. OLE color: 4092981.

HSL color Cylindrical-coordinate representation of color #35743E: hue angle of 128.57º 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 #35743E is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 62 -
CMYK 0.54 0 0.47 0.55
HSL 128.57º 0.37% 0.33% -
HSV(B) 128.57º 0.54% 0.45% -
XYZ 8.58 13.6 6.73 -
YUV 91.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 53 116 62 0.54 0 0.47 0.55 128.57 0.37 0.33
Hex 35 74 3E 36 0 2F 37 81 25 21
Octal 65 164 76 66 0 57 67 201 45 41
Binary 110101 1110100 111110 110110 0 101111 110111 10000001 100101 100001

Color Harmonies of #35743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35743E

Black with #35743E

Text Example


Text Example

White with #35743E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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