Html Css Color HEX #35723E Japanese Laurel

📋 copy color: '#35723E'

red 53 ◦ green 114 ◦ blue 62

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

Shades of Japanese Laurel #35723E

Tints of Japanese Laurel #35723E

RGB

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

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

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

R = 23.14%
G = 49.78%
B = 27.07%

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

#35723E (or 0x35723E) is known color: Japanese Laurel. HEX triplet: 35, 72 and 3E. RGB value is (53,114,62). Sum of RGB (Red+Green+Blue) = 53+114+62=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #35723E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35723E is #CA8DC1. Grayscale: #595959. Windows color (decimal): -13274562 or 4092469. OLE color: 4092469.

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

Color convert

RGB 53 114 62 -
CMYK 0.54 0 0.46 0.55
HSL 128.85º 0.37% 0.33% -
HSV(B) 128.85º 0.54% 0.45% -
XYZ 8.36 13.14 6.65 -
YUV 89.83 112.29 101.73 -
System Red Green Blue C M Y K H S L
Decimal 53 114 62 0.54 0 0.46 0.55 128.85 0.37 0.33
Hex 35 72 3E 36 0 2E 37 81 25 21
Octal 65 162 76 66 0 56 67 201 45 41
Binary 110101 1110010 111110 110110 0 101110 110111 10000001 100101 100001

Color Harmonies of #35723E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35723E

Black with #35723E

Text Example


Text Example

White with #35723E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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