Html Css Color HEX #378238 Japanese Laurel

📋 copy color: '#378238'

red 55 ◦ green 130 ◦ blue 56

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

Shades of Japanese Laurel #378238

Tints of Japanese Laurel #378238

RGB

 RED value IS 55 (21.88% from 255) = 22.82%

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

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

R = 22.82%
G = 53.94%
B = 23.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#378238 (or 0x378238) is known color: Japanese Laurel. HEX triplet: 37, 82 and 38. RGB value is (55,130,56). Sum of RGB (Red+Green+Blue) = 55+130+56=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #378238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378238 is #C87DC7. Grayscale: #636363. Windows color (decimal): -13139400 or 3703351. OLE color: 3703351.

HSL color Cylindrical-coordinate representation of color #378238: hue angle of 120.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378238 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 56 -
CMYK 0.58 0 0.57 0.49
HSL 120.8º 0.41% 0.36% -
HSV(B) 120.8º 0.58% 0.51% -
XYZ 10.27 17.06 6.49 -
YUV 99.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 55 130 56 0.58 0 0.57 0.49 120.8 0.41 0.36
Hex 37 82 38 3A 0 39 31 79 29 24
Octal 67 202 70 72 0 71 61 171 51 44
Binary 110111 10000010 111000 111010 0 111001 110001 1111001 101001 100100

Color Harmonies of #378238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378238

Black with #378238

Text Example


Text Example

White with #378238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378238; }

 p { color: rgb(55,130,56); }

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

background-color css

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

 a { background-color: rgb(55,130,56); }

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

border-color css

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

 span { border-color: rgb(55,130,56); }

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