Html Css Color HEX #348433 Japanese Laurel

📋 copy color: '#348433'

red 52 ◦ green 132 ◦ blue 51

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

Shades of Japanese Laurel #348433

Tints of Japanese Laurel #348433

RGB

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

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

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

R = 22.13%
G = 56.17%
B = 21.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#348433 (or 0x348433) is known color: Japanese Laurel. HEX triplet: 34, 84 and 33. RGB value is (52,132,51). Sum of RGB (Red+Green+Blue) = 52+132+51=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #348433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348433 is #CB7BCC. Grayscale: #636363. Windows color (decimal): -13335501 or 3376180. OLE color: 3376180.

HSL color Cylindrical-coordinate representation of color #348433: hue angle of 119.26º degrees, saturation: 0.44, 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 #348433 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 51 -
CMYK 0.61 0 0.61 0.48
HSL 119.26º 0.44% 0.36% -
HSV(B) 119.26º 0.61% 0.52% -
XYZ 10.26 17.47 5.96 -
YUV 98.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 52 132 51 0.61 0 0.61 0.48 119.26 0.44 0.36
Hex 34 84 33 3D 0 3D 30 77 2C 24
Octal 64 204 63 75 0 75 60 167 54 44
Binary 110100 10000100 110011 111101 0 111101 110000 1110111 101100 100100

Color Harmonies of #348433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348433

Black with #348433

Text Example


Text Example

White with #348433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348433; }

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

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

background-color css

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

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

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

border-color css

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

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

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