Html Css Color HEX #348438 Japanese Laurel

📋 copy color: '#348438'

red 52 ◦ green 132 ◦ blue 56

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

Shades of Japanese Laurel #348438

Tints of Japanese Laurel #348438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55%

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 21.67%
G = 55%
B = 23.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#348438 (or 0x348438) is known color: Japanese Laurel. HEX triplet: 34, 84 and 38. RGB value is (52,132,56). Sum of RGB (Red+Green+Blue) = 52+132+56=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #348438 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348438 is #CB7BC7. Grayscale: #636363. Windows color (decimal): -13335496 or 3703860. OLE color: 3703860.

HSL color Cylindrical-coordinate representation of color #348438: hue angle of 123º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348438 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 56 -
CMYK 0.61 0 0.58 0.48
HSL 123º 0.43% 0.36% -
HSV(B) 123º 0.61% 0.52% -
XYZ 10.38 17.52 6.58 -
YUV 99.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 52 132 56 0.61 0 0.58 0.48 123 0.43 0.36
Hex 34 84 38 3D 0 3A 30 7B 2B 24
Octal 64 204 70 75 0 72 60 173 53 44
Binary 110100 10000100 111000 111101 0 111010 110000 1111011 101011 100100

Color Harmonies of #348438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348438

Black with #348438

Text Example


Text Example

White with #348438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348438; }

 p { color: rgb(52,132,56); }

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

background-color css

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

 a { background-color: rgb(52,132,56); }

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

border-color css

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

 span { border-color: rgb(52,132,56); }

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