Html Css Color HEX #38933B Japanese Laurel

📋 copy color: '#38933B'

red 56 ◦ green 147 ◦ blue 59

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

Shades of Japanese Laurel #38933B

Tints of Japanese Laurel #38933B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.11%

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 21.37%
G = 56.11%
B = 22.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#38933B (or 0x38933B) is known color: Japanese Laurel. HEX triplet: 38, 93 and 3B. RGB value is (56,147,59). Sum of RGB (Red+Green+Blue) = 56+147+59=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #38933B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38933B is #C76CC4. Grayscale: #6E6E6E. Windows color (decimal): -13069509 or 3904312. OLE color: 3904312.

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

Color convert

RGB 56 147 59 -
CMYK 0.62 0 0.60 0.42
HSL 121.98º 0.45% 0.4% -
HSV(B) 121.98º 0.62% 0.58% -
XYZ 12.85 22.02 7.71 -
YUV 109.76 99.35 89.66 -
System Red Green Blue C M Y K H S L
Decimal 56 147 59 0.62 0 0.60 0.42 121.98 0.45 0.4
Hex 38 93 3B 3E 0 3C 2A 7A 2D 28
Octal 70 223 73 76 0 74 52 172 55 50
Binary 111000 10010011 111011 111110 0 111100 101010 1111010 101101 101000

Color Harmonies of #38933B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38933B

Black with #38933B

Text Example


Text Example

White with #38933B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38933B; }

 p { color: rgb(56,147,59); }

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

background-color css

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

 a { background-color: rgb(56,147,59); }

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

border-color css

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

 span { border-color: rgb(56,147,59); }

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