Html Css Color HEX #35733F Japanese Laurel

📋 copy color: '#35733F'

red 53 ◦ green 115 ◦ blue 63

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

Shades of Japanese Laurel #35733F

Tints of Japanese Laurel #35733F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.27%

R = 22.94%
G = 49.78%
B = 27.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#35733F (or 0x35733F) is known color: Japanese Laurel. HEX triplet: 35, 73 and 3F. RGB value is (53,115,63). Sum of RGB (Red+Green+Blue) = 53+115+63=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #35733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35733F is #CA8CC0. Grayscale: #5A5A5A. Windows color (decimal): -13274305 or 4158261. OLE color: 4158261.

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

Color convert

RGB 53 115 63 -
CMYK 0.54 0 0.45 0.55
HSL 129.68º 0.37% 0.33% -
HSV(B) 129.68º 0.54% 0.45% -
XYZ 8.5 13.38 6.84 -
YUV 90.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 53 115 63 0.54 0 0.45 0.55 129.68 0.37 0.33
Hex 35 73 3F 36 0 2D 37 82 25 21
Octal 65 163 77 66 0 55 67 202 45 41
Binary 110101 1110011 111111 110110 0 101101 110111 10000010 100101 100001

Color Harmonies of #35733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35733F

Black with #35733F

Text Example


Text Example

White with #35733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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