Html Css Color HEX #35923C Japanese Laurel

📋 copy color: '#35923C'

red 53 ◦ green 146 ◦ blue 60

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

Shades of Japanese Laurel #35923C

Tints of Japanese Laurel #35923C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.37%

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 20.46%
G = 56.37%
B = 23.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#35923C (or 0x35923C) is known color: Japanese Laurel. HEX triplet: 35, 92 and 3C. RGB value is (53,146,60). Sum of RGB (Red+Green+Blue) = 53+146+60=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #35923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35923C is #CA6DC3. Grayscale: #6C6C6C. Windows color (decimal): -13266372 or 3969589. OLE color: 3969589.

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

Color convert

RGB 53 146 60 -
CMYK 0.64 0 0.59 0.43
HSL 124.52º 0.47% 0.39% -
HSV(B) 124.52º 0.64% 0.57% -
XYZ 12.56 21.64 7.79 -
YUV 108.39 100.69 88.49 -
System Red Green Blue C M Y K H S L
Decimal 53 146 60 0.64 0 0.59 0.43 124.52 0.47 0.39
Hex 35 92 3C 40 0 3B 2B 7D 2F 27
Octal 65 222 74 100 0 73 53 175 57 47
Binary 110101 10010010 111100 1000000 0 111011 101011 1111101 101111 100111

Color Harmonies of #35923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35923C

Black with #35923C

Text Example


Text Example

White with #35923C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35923C; }

 p { color: rgb(53,146,60); }

 H1.HeaderClassName
 {
   color: #35923C;
 }
 .AnyTagClassName
 {
   color: #35923C;
 }
</style>

background-color css

<style>
 a { background-color: #35923C; }

 a { background-color: rgb(53,146,60); }

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

border-color css

<style>
 span { border-color: #35923C; }

 span { border-color: rgb(53,146,60); }

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