Html Css Color HEX #348533 Japanese Laurel

📋 copy color: '#348533'

red 52 ◦ green 133 ◦ blue 51

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

Shades of Japanese Laurel #348533

Tints of Japanese Laurel #348533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.36%

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 22.03%
G = 56.36%
B = 21.61%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#348533 (or 0x348533) is known color: Japanese Laurel. HEX triplet: 34, 85 and 33. RGB value is (52,133,51). Sum of RGB (Red+Green+Blue) = 52+133+51=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #348533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348533 is #CB7ACC. Grayscale: #636363. Windows color (decimal): -13335245 or 3376436. OLE color: 3376436.

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

Color convert

RGB 52 133 51 -
CMYK 0.61 0 0.62 0.48
HSL 119.27º 0.45% 0.36% -
HSV(B) 119.27º 0.62% 0.52% -
XYZ 10.4 17.74 6.01 -
YUV 99.43 100.66 94.17 -
System Red Green Blue C M Y K H S L
Decimal 52 133 51 0.61 0 0.62 0.48 119.27 0.45 0.36
Hex 34 85 33 3D 0 3E 30 77 2D 24
Octal 64 205 63 75 0 76 60 167 55 44
Binary 110100 10000101 110011 111101 0 111110 110000 1110111 101101 100100

Color Harmonies of #348533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348533

Black with #348533

Text Example


Text Example

White with #348533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348533; }

 p { color: rgb(52,133,51); }

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

background-color css

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

 a { background-color: rgb(52,133,51); }

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

border-color css

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

 span { border-color: rgb(52,133,51); }

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