Html Css Color HEX #38923A Japanese Laurel

📋 copy color: '#38923A'

red 56 ◦ green 146 ◦ blue 58

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

Shades of Japanese Laurel #38923A

Tints of Japanese Laurel #38923A

RGB

 RED value IS 56 (22.27% from 255) = 21.54%

 GREEN value IS 146 (57.42% from 255) = 56.15%

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 21.54%
G = 56.15%
B = 22.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#38923A (or 0x38923A) is known color: Japanese Laurel. HEX triplet: 38, 92 and 3A. RGB value is (56,146,58). Sum of RGB (Red+Green+Blue) = 56+146+58=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #38923A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38923A is #C76DC5. Grayscale: #6D6D6D. Windows color (decimal): -13069766 or 3838520. OLE color: 3838520.

HSL color Cylindrical-coordinate representation of color #38923A: hue angle of 121.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38923A is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 58 -
CMYK 0.62 0 0.60 0.43
HSL 121.33º 0.45% 0.4% -
HSV(B) 121.33º 0.62% 0.57% -
XYZ 12.67 21.7 7.52 -
YUV 109.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 56 146 58 0.62 0 0.60 0.43 121.33 0.45 0.4
Hex 38 92 3A 3E 0 3C 2B 79 2D 28
Octal 70 222 72 76 0 74 53 171 55 50
Binary 111000 10010010 111010 111110 0 111100 101011 1111001 101101 101000

Color Harmonies of #38923A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38923A

Black with #38923A

Text Example


Text Example

White with #38923A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38923A; }

 p { color: rgb(56,146,58); }

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

background-color css

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

 a { background-color: rgb(56,146,58); }

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

border-color css

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

 span { border-color: rgb(56,146,58); }

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