Html Css Color HEX #35823B Japanese Laurel

📋 copy color: '#35823B'

red 53 ◦ green 130 ◦ blue 59

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

Shades of Japanese Laurel #35823B

Tints of Japanese Laurel #35823B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.38%

R = 21.9%
G = 53.72%
B = 24.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#35823B (or 0x35823B) is known color: Japanese Laurel. HEX triplet: 35, 82 and 3B. RGB value is (53,130,59). Sum of RGB (Red+Green+Blue) = 53+130+59=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #35823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35823B is #CA7DC4. Grayscale: #636363. Windows color (decimal): -13270469 or 3899957. OLE color: 3899957.

HSL color Cylindrical-coordinate representation of color #35823B: hue angle of 124.68º 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 #35823B is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 59 -
CMYK 0.59 0 0.55 0.49
HSL 124.68º 0.42% 0.36% -
HSV(B) 124.68º 0.59% 0.51% -
XYZ 10.24 17.04 6.89 -
YUV 98.88 105.49 95.27 -
System Red Green Blue C M Y K H S L
Decimal 53 130 59 0.59 0 0.55 0.49 124.68 0.42 0.36
Hex 35 82 3B 3B 0 37 31 7D 2A 24
Octal 65 202 73 73 0 67 61 175 52 44
Binary 110101 10000010 111011 111011 0 110111 110001 1111101 101010 100100

Color Harmonies of #35823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35823B

Black with #35823B

Text Example


Text Example

White with #35823B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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