Html Css Color HEX #35833F Japanese Laurel

📋 copy color: '#35833F'

red 53 ◦ green 131 ◦ blue 63

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

Shades of Japanese Laurel #35833F

Tints of Japanese Laurel #35833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.04%

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

R = 21.46%
G = 53.04%
B = 25.51%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#35833F (or 0x35833F) is known color: Japanese Laurel. HEX triplet: 35, 83 and 3F. RGB value is (53,131,63). Sum of RGB (Red+Green+Blue) = 53+131+63=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #35833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35833F is #CA7CC0. Grayscale: #646464. Windows color (decimal): -13270209 or 4162357. OLE color: 4162357.

HSL color Cylindrical-coordinate representation of color #35833F: hue angle of 127.69º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35833F is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 63 -
CMYK 0.60 0 0.52 0.49
HSL 127.69º 0.42% 0.36% -
HSV(B) 127.69º 0.6% 0.51% -
XYZ 10.48 17.35 7.5 -
YUV 99.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 53 131 63 0.60 0 0.52 0.49 127.69 0.42 0.36
Hex 35 83 3F 3C 0 34 31 80 2A 24
Octal 65 203 77 74 0 64 61 200 52 44
Binary 110101 10000011 111111 111100 0 110100 110001 10000000 101010 100100

Color Harmonies of #35833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35833F

Black with #35833F

Text Example


Text Example

White with #35833F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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