Html Css Color HEX #35923A Japanese Laurel

📋 copy color: '#35923A'

red 53 ◦ green 146 ◦ blue 58

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

Shades of Japanese Laurel #35923A

Tints of Japanese Laurel #35923A

RGB

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

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

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

R = 20.62%
G = 56.81%
B = 22.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#35923A (or 0x35923A) is known color: Japanese Laurel. HEX triplet: 35, 92 and 3A. RGB value is (53,146,58). Sum of RGB (Red+Green+Blue) = 53+146+58=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #35923A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35923A is #CA6DC5. Grayscale: #6C6C6C. Windows color (decimal): -13266374 or 3838517. OLE color: 3838517.

HSL color Cylindrical-coordinate representation of color #35923A: hue angle of 123.23º 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 #35923A is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 146 58 -
CMYK 0.64 0 0.60 0.43
HSL 123.23º 0.47% 0.39% -
HSV(B) 123.23º 0.64% 0.57% -
XYZ 12.51 21.62 7.52 -
YUV 108.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 53 146 58 0.64 0 0.60 0.43 123.23 0.47 0.39
Hex 35 92 3A 40 0 3C 2B 7B 2F 27
Octal 65 222 72 100 0 74 53 173 57 47
Binary 110101 10010010 111010 1000000 0 111100 101011 1111011 101111 100111

Color Harmonies of #35923A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35923A

Black with #35923A

Text Example


Text Example

White with #35923A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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