Html Css Color HEX #34823C Japanese Laurel

📋 copy color: '#34823C'

red 52 ◦ green 130 ◦ blue 60

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

Shades of Japanese Laurel #34823C

Tints of Japanese Laurel #34823C

RGB

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

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

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

R = 21.49%
G = 53.72%
B = 24.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#34823C (or 0x34823C) is known color: Japanese Laurel. HEX triplet: 34, 82 and 3C. RGB value is (52,130,60). Sum of RGB (Red+Green+Blue) = 52+130+60=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #34823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34823C is #CB7DC3. Grayscale: #626262. Windows color (decimal): -13336004 or 3965492. OLE color: 3965492.

HSL color Cylindrical-coordinate representation of color #34823C: hue angle of 126.15º 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 #34823C is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 60 -
CMYK 0.60 0 0.54 0.49
HSL 126.15º 0.43% 0.36% -
HSV(B) 126.15º 0.6% 0.51% -
XYZ 10.21 17.02 7.02 -
YUV 98.7 106.16 94.69 -
System Red Green Blue C M Y K H S L
Decimal 52 130 60 0.60 0 0.54 0.49 126.15 0.43 0.36
Hex 34 82 3C 3C 0 36 31 7E 2B 24
Octal 64 202 74 74 0 66 61 176 53 44
Binary 110100 10000010 111100 111100 0 110110 110001 1111110 101011 100100

Color Harmonies of #34823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34823C

Black with #34823C

Text Example


Text Example

White with #34823C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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