Html Css Color HEX #34823B Japanese Laurel

📋 copy color: '#34823B'

red 52 ◦ green 130 ◦ blue 59

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

Shades of Japanese Laurel #34823B

Tints of Japanese Laurel #34823B

RGB

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

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

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

R = 21.58%
G = 53.94%
B = 24.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#34823B (or 0x34823B) is known color: Japanese Laurel. HEX triplet: 34, 82 and 3B. RGB value is (52,130,59). Sum of RGB (Red+Green+Blue) = 52+130+59=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #34823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34823B is #CB7DC4. Grayscale: #626262. Windows color (decimal): -13336005 or 3899956. OLE color: 3899956.

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

Color convert

RGB 52 130 59 -
CMYK 0.60 0 0.55 0.49
HSL 125.38º 0.43% 0.36% -
HSV(B) 125.38º 0.6% 0.51% -
XYZ 10.19 17.01 6.88 -
YUV 98.58 105.66 94.77 -
System Red Green Blue C M Y K H S L
Decimal 52 130 59 0.60 0 0.55 0.49 125.38 0.43 0.36
Hex 34 82 3B 3C 0 37 31 7D 2B 24
Octal 64 202 73 74 0 67 61 175 53 44
Binary 110100 10000010 111011 111100 0 110111 110001 1111101 101011 100100

Color Harmonies of #34823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34823B

Black with #34823B

Text Example


Text Example

White with #34823B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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