Html Css Color HEX #35933D Japanese Laurel

📋 copy color: '#35933D'

red 53 ◦ green 147 ◦ blue 61

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

Shades of Japanese Laurel #35933D

Tints of Japanese Laurel #35933D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.32%

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 20.31%
G = 56.32%
B = 23.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#35933D (or 0x35933D) is known color: Japanese Laurel. HEX triplet: 35, 93 and 3D. RGB value is (53,147,61). Sum of RGB (Red+Green+Blue) = 53+147+61=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #35933D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35933D is #CA6CC2. Grayscale: #6D6D6D. Windows color (decimal): -13266115 or 4035381. OLE color: 4035381.

HSL color Cylindrical-coordinate representation of color #35933D: hue angle of 125.11º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35933D is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 147 61 -
CMYK 0.64 0 0.59 0.42
HSL 125.11º 0.47% 0.39% -
HSV(B) 125.11º 0.64% 0.58% -
XYZ 12.74 21.96 7.98 -
YUV 109.09 100.86 87.99 -
System Red Green Blue C M Y K H S L
Decimal 53 147 61 0.64 0 0.59 0.42 125.11 0.47 0.39
Hex 35 93 3D 40 0 3B 2A 7D 2F 27
Octal 65 223 75 100 0 73 52 175 57 47
Binary 110101 10010011 111101 1000000 0 111011 101010 1111101 101111 100111

Color Harmonies of #35933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35933D

Black with #35933D

Text Example


Text Example

White with #35933D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35933D; }

 p { color: rgb(53,147,61); }

 H1.HeaderClassName
 {
   color: #35933D;
 }
 .AnyTagClassName
 {
   color: #35933D;
 }
</style>

background-color css

<style>
 a { background-color: #35933D; }

 a { background-color: rgb(53,147,61); }

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

border-color css

<style>
 span { border-color: #35933D; }

 span { border-color: rgb(53,147,61); }

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