Html Css Color HEX #38B78C Jungle Green

📋 copy color: '#38B78C'

red 56 ◦ green 183 ◦ blue 140

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

Shades of Jungle Green #38B78C

Tints of Jungle Green #38B78C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.28%

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 14.78%
G = 48.28%
B = 36.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#38B78C (or 0x38B78C) is known color: Jungle Green. HEX triplet: 38, B7 and 8C. RGB value is (56,183,140). Sum of RGB (Red+Green+Blue) = 56+183+140=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #38B78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B78C is #C74873. Grayscale: #8C8C8C. Windows color (decimal): -13060212 or 9221944. OLE color: 9221944.

HSL color Cylindrical-coordinate representation of color #38B78C: hue angle of 159.69º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B78C is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 183 140 -
CMYK 0.69 0 0.23 0.28
HSL 159.69º 0.53% 0.47% -
HSV(B) 159.69º 0.69% 0.72% -
XYZ 23.3 36.6 30.65 -
YUV 140.13 127.92 68 -
System Red Green Blue C M Y K H S L
Decimal 56 183 140 0.69 0 0.23 0.28 159.69 0.53 0.47
Hex 38 B7 8C 45 0 17 1C A0 35 2F
Octal 70 267 214 105 0 27 34 240 65 57
Binary 111000 10110111 10001100 1000101 0 10111 11100 10100000 110101 101111

Color Harmonies of #38B78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B78C

Black with #38B78C

Text Example


Text Example

White with #38B78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38B78C; }

 p { color: rgb(56,183,140); }

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

background-color css

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

 a { background-color: rgb(56,183,140); }

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

border-color css

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

 span { border-color: rgb(56,183,140); }

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