Html Css Color HEX #34823E Japanese Laurel

📋 copy color: '#34823E'

red 52 ◦ green 130 ◦ blue 62

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

Shades of Japanese Laurel #34823E

Tints of Japanese Laurel #34823E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.28%

 BLUE value IS 62 (24.61% from 255) = 25.41%

R = 21.31%
G = 53.28%
B = 25.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#34823E (or 0x34823E) is known color: Japanese Laurel. HEX triplet: 34, 82 and 3E. RGB value is (52,130,62). Sum of RGB (Red+Green+Blue) = 52+130+62=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #34823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34823E is #CB7DC1. Grayscale: #636363. Windows color (decimal): -13336002 or 4096564. OLE color: 4096564.

HSL color Cylindrical-coordinate representation of color #34823E: hue angle of 127.69º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34823E is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 62 -
CMYK 0.60 0 0.52 0.49
HSL 127.69º 0.43% 0.36% -
HSV(B) 127.69º 0.6% 0.51% -
XYZ 10.27 17.04 7.31 -
YUV 98.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 52 130 62 0.60 0 0.52 0.49 127.69 0.43 0.36
Hex 34 82 3E 3C 0 34 31 80 2B 24
Octal 64 202 76 74 0 64 61 200 53 44
Binary 110100 10000010 111110 111100 0 110100 110001 10000000 101011 100100

Color Harmonies of #34823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34823E

Black with #34823E

Text Example


Text Example

White with #34823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34823E; }

 p { color: rgb(52,130,62); }

 H1.HeaderClassName
 {
   color: #34823E;
 }
 .AnyTagClassName
 {
   color: #34823E;
 }
</style>

background-color css

<style>
 a { background-color: #34823E; }

 a { background-color: rgb(52,130,62); }

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

border-color css

<style>
 span { border-color: #34823E; }

 span { border-color: rgb(52,130,62); }

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