Html Css Color HEX #378741 Japanese Laurel

📋 copy color: '#378741'

red 55 ◦ green 135 ◦ blue 65

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

Shades of Japanese Laurel #378741

Tints of Japanese Laurel #378741

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

 BLUE value IS 65 (25.78% from 255) = 25.49%

R = 21.57%
G = 52.94%
B = 25.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#378741 (or 0x378741) is known color: Japanese Laurel. HEX triplet: 37, 87 and 41. RGB value is (55,135,65). Sum of RGB (Red+Green+Blue) = 55+135+65=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #378741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378741 is #C878BE. Grayscale: #676767. Windows color (decimal): -13138111 or 4294455. OLE color: 4294455.

HSL color Cylindrical-coordinate representation of color #378741: hue angle of 127.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378741 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 135 65 -
CMYK 0.59 0 0.52 0.47
HSL 127.5º 0.42% 0.37% -
HSV(B) 127.5º 0.59% 0.53% -
XYZ 11.19 18.52 7.99 -
YUV 103.1 106.5 93.69 -
System Red Green Blue C M Y K H S L
Decimal 55 135 65 0.59 0 0.52 0.47 127.5 0.42 0.37
Hex 37 87 41 3B 0 34 2F 80 2A 25
Octal 67 207 101 73 0 64 57 200 52 45
Binary 110111 10000111 1000001 111011 0 110100 101111 10000000 101010 100101

Color Harmonies of #378741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378741

Black with #378741

Text Example


Text Example

White with #378741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378741; }

 p { color: rgb(55,135,65); }

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

background-color css

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

 a { background-color: rgb(55,135,65); }

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

border-color css

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

 span { border-color: rgb(55,135,65); }

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