Html Css Color HEX #34923B Japanese Laurel

📋 copy color: '#34923B'

red 52 ◦ green 146 ◦ blue 59

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

Shades of Japanese Laurel #34923B

Tints of Japanese Laurel #34923B

RGB

 RED value IS 52 (20.7% from 255) = 20.23%

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

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

R = 20.23%
G = 56.81%
B = 22.96%

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

#34923B (or 0x34923B) is known color: Japanese Laurel. HEX triplet: 34, 92 and 3B. RGB value is (52,146,59). Sum of RGB (Red+Green+Blue) = 52+146+59=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #34923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34923B is #CB6DC4. Grayscale: #6C6C6C. Windows color (decimal): -13331909 or 3904052. OLE color: 3904052.

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

Color convert

RGB 52 146 59 -
CMYK 0.64 0 0.60 0.43
HSL 124.47º 0.47% 0.39% -
HSV(B) 124.47º 0.64% 0.57% -
XYZ 12.48 21.6 7.65 -
YUV 107.98 100.36 88.07 -
System Red Green Blue C M Y K H S L
Decimal 52 146 59 0.64 0 0.60 0.43 124.47 0.47 0.39
Hex 34 92 3B 40 0 3C 2B 7C 2F 27
Octal 64 222 73 100 0 74 53 174 57 47
Binary 110100 10010010 111011 1000000 0 111100 101011 1111100 101111 100111

Color Harmonies of #34923B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34923B

Black with #34923B

Text Example


Text Example

White with #34923B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,146,59); }

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

background-color css

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

 a { background-color: rgb(52,146,59); }

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

border-color css

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

 span { border-color: rgb(52,146,59); }

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