Html Css Color HEX #35723C Japanese Laurel

📋 copy color: '#35723C'

red 53 ◦ green 114 ◦ blue 60

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

Shades of Japanese Laurel #35723C

Tints of Japanese Laurel #35723C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.22%

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

R = 23.35%
G = 50.22%
B = 26.43%

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

#35723C (or 0x35723C) is known color: Japanese Laurel. HEX triplet: 35, 72 and 3C. RGB value is (53,114,60). Sum of RGB (Red+Green+Blue) = 53+114+60=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #35723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35723C is #CA8DC3. Grayscale: #595959. Windows color (decimal): -13274564 or 3961397. OLE color: 3961397.

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

Color convert

RGB 53 114 60 -
CMYK 0.54 0 0.47 0.55
HSL 126.89º 0.37% 0.33% -
HSV(B) 126.89º 0.54% 0.45% -
XYZ 8.3 13.12 6.37 -
YUV 89.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 53 114 60 0.54 0 0.47 0.55 126.89 0.37 0.33
Hex 35 72 3C 36 0 2F 37 7F 25 21
Octal 65 162 74 66 0 57 67 177 45 41
Binary 110101 1110010 111100 110110 0 101111 110111 1111111 100101 100001

Color Harmonies of #35723C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35723C

Black with #35723C

Text Example


Text Example

White with #35723C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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