Html Css Color HEX #35823F Japanese Laurel

📋 copy color: '#35823F'

red 53 ◦ green 130 ◦ blue 63

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

Shades of Japanese Laurel #35823F

Tints of Japanese Laurel #35823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

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

R = 21.54%
G = 52.85%
B = 25.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#35823F (or 0x35823F) is known color: Japanese Laurel. HEX triplet: 35, 82 and 3F. RGB value is (53,130,63). Sum of RGB (Red+Green+Blue) = 53+130+63=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #35823F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35823F is #CA7DC0. Grayscale: #636363. Windows color (decimal): -13270465 or 4162101. OLE color: 4162101.

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

Color convert

RGB 53 130 63 -
CMYK 0.59 0 0.52 0.49
HSL 127.79º 0.42% 0.36% -
HSV(B) 127.79º 0.59% 0.51% -
XYZ 10.35 17.08 7.45 -
YUV 99.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 53 130 63 0.59 0 0.52 0.49 127.79 0.42 0.36
Hex 35 82 3F 3B 0 34 31 80 2A 24
Octal 65 202 77 73 0 64 61 200 52 44
Binary 110101 10000010 111111 111011 0 110100 110001 10000000 101010 100100

Color Harmonies of #35823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35823F

Black with #35823F

Text Example


Text Example

White with #35823F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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