Html Css Color HEX #35883A Japanese Laurel

📋 copy color: '#35883A'

red 53 ◦ green 136 ◦ blue 58

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

Shades of Japanese Laurel #35883A

Tints of Japanese Laurel #35883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.06%

 BLUE value IS 58 (23.05% from 255) = 23.48%

R = 21.46%
G = 55.06%
B = 23.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#35883A (or 0x35883A) is known color: Japanese Laurel. HEX triplet: 35, 88 and 3A. RGB value is (53,136,58). Sum of RGB (Red+Green+Blue) = 53+136+58=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #35883A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35883A is #CA77C5. Grayscale: #666666. Windows color (decimal): -13268934 or 3835957. OLE color: 3835957.

HSL color Cylindrical-coordinate representation of color #35883A: hue angle of 123.61º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35883A is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 58 -
CMYK 0.61 0 0.57 0.47
HSL 123.61º 0.44% 0.37% -
HSV(B) 123.61º 0.61% 0.53% -
XYZ 11.04 18.67 7.03 -
YUV 102.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 53 136 58 0.61 0 0.57 0.47 123.61 0.44 0.37
Hex 35 88 3A 3D 0 39 2F 7C 2C 25
Octal 65 210 72 75 0 71 57 174 54 45
Binary 110101 10001000 111010 111101 0 111001 101111 1111100 101100 100101

Color Harmonies of #35883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35883A

Black with #35883A

Text Example


Text Example

White with #35883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35883A; }

 p { color: rgb(53,136,58); }

 H1.HeaderClassName
 {
   color: #35883A;
 }
 .AnyTagClassName
 {
   color: #35883A;
 }
</style>

background-color css

<style>
 a { background-color: #35883A; }

 a { background-color: rgb(53,136,58); }

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

border-color css

<style>
 span { border-color: #35883A; }

 span { border-color: rgb(53,136,58); }

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