Html Css Color HEX #38B25C Chateau Green

📋 copy color: '#38B25C'

red 56 ◦ green 178 ◦ blue 92

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

Shades of Chateau Green #38B25C

Tints of Chateau Green #38B25C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.6%

 BLUE value IS 92 (36.33% from 255) = 28.22%

R = 17.18%
G = 54.6%
B = 28.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#38B25C (or 0x38B25C) is known color: Chateau Green. HEX triplet: 38, B2 and 5C. RGB value is (56,178,92). Sum of RGB (Red+Green+Blue) = 56+178+92=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #38B25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B25C is #C74DA3. Grayscale: #838383. Windows color (decimal): -13061540 or 6074936. OLE color: 6074936.

HSL color Cylindrical-coordinate representation of color #38B25C: hue angle of 137.7º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B25C is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 178 92 -
CMYK 0.69 0 0.48 0.30
HSL 137.7º 0.52% 0.46% -
HSV(B) 137.7º 0.69% 0.7% -
XYZ 19.48 33.45 15.56 -
YUV 131.72 105.58 73.99 -
System Red Green Blue C M Y K H S L
Decimal 56 178 92 0.69 0 0.48 0.30 137.7 0.52 0.46
Hex 38 B2 5C 45 0 30 1E 8A 34 2E
Octal 70 262 134 105 0 60 36 212 64 56
Binary 111000 10110010 1011100 1000101 0 110000 11110 10001010 110100 101110

Color Harmonies of #38B25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B25C

Black with #38B25C

Text Example


Text Example

White with #38B25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,178,92); }

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

background-color css

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

 a { background-color: rgb(56,178,92); }

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

border-color css

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

 span { border-color: rgb(56,178,92); }

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