Html Css Color HEX #348330 Japanese Laurel

📋 copy color: '#348330'

red 52 ◦ green 131 ◦ blue 48

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

Shades of Japanese Laurel #348330

Tints of Japanese Laurel #348330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.71%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 22.51%
G = 56.71%
B = 20.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#348330 (or 0x348330) is known color: Japanese Laurel. HEX triplet: 34, 83 and 30. RGB value is (52,131,48). Sum of RGB (Red+Green+Blue) = 52+131+48=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 131 (51.56% from 255 or 56.71% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 131 - color contains mainly: green. Hex color #348330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348330 is #CB7CCF. Grayscale: #626262. Windows color (decimal): -13335760 or 3179316. OLE color: 3179316.

HSL color Cylindrical-coordinate representation of color #348330: hue angle of 117.11º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348330 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 48 -
CMYK 0.60 0 0.63 0.49
HSL 117.11º 0.46% 0.35% -
HSV(B) 117.11º 0.63% 0.51% -
XYZ 10.07 17.18 5.58 -
YUV 97.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 52 131 48 0.60 0 0.63 0.49 117.11 0.46 0.35
Hex 34 83 30 3C 0 3F 31 75 2E 23
Octal 64 203 60 74 0 77 61 165 56 43
Binary 110100 10000011 110000 111100 0 111111 110001 1110101 101110 100011

Color Harmonies of #348330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348330

Black with #348330

Text Example


Text Example

White with #348330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348330; }

 p { color: rgb(52,131,48); }

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

background-color css

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

 a { background-color: rgb(52,131,48); }

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

border-color css

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

 span { border-color: rgb(52,131,48); }

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